.github: remove ARMv6 tests
Support for ARMv6 is being removed. Signed-off-by: Kent McLeod <kent@kry10.com>
This commit is contained in:
parent
3defbff461
commit
1c8f1a390c
3 changed files with 4 additions and 4 deletions
4
.github/workflows/sel4test-deploy.yml
vendored
4
.github/workflows/sel4test-deploy.yml
vendored
|
|
@ -38,7 +38,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
march: [armv6a, armv7a, armv8a, nehalem, rv32imac, rv64imac]
|
||||
march: [armv7a, armv8a, nehalem, rv32imac, rv64imac]
|
||||
compiler: [gcc, clang]
|
||||
exclude:
|
||||
- march: rv32imac
|
||||
|
|
@ -58,7 +58,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
march: [armv6a, armv7a, armv8a, nehalem]
|
||||
march: [armv7a, armv8a, nehalem]
|
||||
compiler: [gcc, clang]
|
||||
include:
|
||||
- march: rv64imac
|
||||
|
|
|
|||
2
.github/workflows/sel4test-hw.yml
vendored
2
.github/workflows/sel4test-hw.yml
vendored
|
|
@ -33,7 +33,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
march: [armv6a, armv7a, armv8a, nehalem]
|
||||
march: [armv7a, armv8a, nehalem]
|
||||
compiler: [gcc, clang]
|
||||
include:
|
||||
- march: rv64imac
|
||||
|
|
|
|||
2
.github/workflows/sel4test-sim.yml
vendored
2
.github/workflows/sel4test-sim.yml
vendored
|
|
@ -21,7 +21,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
march: [armv6a, armv7a, armv8a, nehalem, rv32imac, rv64imac]
|
||||
march: [armv7a, armv8a, nehalem, rv32imac, rv64imac]
|
||||
compiler: [gcc, clang]
|
||||
exclude:
|
||||
- march: rv32imac
|
||||
|
|
|
|||
Loading…
Reference in a new issue