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:
parent
a518efbedb
commit
198cce29ba
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue