CI: Restore relocation testing (#7870)

PR #7776 removed Ubuntu 22.04 clang from the test matrix, which was the
only one testing the relocation of an installation. Add back under
Ubuntu 24.04 clang.
This commit is contained in:
Geza Lore 2026-07-05 14:26:30 +01:00 committed by GitHub
parent a518efbedb
commit 198cce29ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 8 deletions

View File

@ -263,14 +263,14 @@ jobs:
fail-fast: false
matrix:
include:
# Ubuntu 24.04 clang
- {os: ubuntu-24.04, cc: clang, reloc: 0, suite: dist-vlt-0}
- {os: ubuntu-24.04, cc: clang, reloc: 0, suite: dist-vlt-1}
- {os: ubuntu-24.04, cc: clang, reloc: 0, suite: dist-vlt-2}
- {os: ubuntu-24.04, cc: clang, reloc: 0, suite: dist-vlt-3}
- {os: ubuntu-24.04, cc: clang, reloc: 0, suite: vltmt-0}
- {os: ubuntu-24.04, cc: clang, reloc: 0, suite: vltmt-1}
- {os: ubuntu-24.04, cc: clang, reloc: 0, suite: vltmt-2}
# Ubuntu 24.04 clang, also test relocation
- {os: ubuntu-24.04, cc: clang, reloc: 1, suite: dist-vlt-0}
- {os: ubuntu-24.04, cc: clang, reloc: 1, suite: dist-vlt-1}
- {os: ubuntu-24.04, cc: clang, reloc: 1, suite: dist-vlt-2}
- {os: ubuntu-24.04, cc: clang, reloc: 1, suite: dist-vlt-3}
- {os: ubuntu-24.04, cc: clang, reloc: 1, suite: vltmt-0}
- {os: ubuntu-24.04, cc: clang, reloc: 1, suite: vltmt-1}
- {os: ubuntu-24.04, cc: clang, reloc: 1, suite: vltmt-2}
test-2204-gcc:
name: Test | ${{ matrix.os }} | ${{ matrix.cc }} | ${{ matrix.reloc && 'reloc | ' || '' }} ${{ matrix.suite }}