mirror of
https://github.com/google/cpu_features.git
synced 2025-07-01 13:21:13 +02:00
ci: Remove linaro toolchains support
All toolchains have not been updated since 2019... Also linaro website do not advertise them ref: https://www.linaro.org/downloads
This commit is contained in:
2
.github/workflows/aarch64_linux_cmake.yml
vendored
2
.github/workflows/aarch64_linux_cmake.yml
vendored
@ -16,8 +16,6 @@ jobs:
|
||||
targets: [
|
||||
[aarch64],
|
||||
[aarch64be],
|
||||
[aarch64-linux-gnu],
|
||||
[aarch64_be-linux-gnu]
|
||||
]
|
||||
fail-fast: false
|
||||
env:
|
||||
|
7
.github/workflows/arm_linux_cmake.yml
vendored
7
.github/workflows/arm_linux_cmake.yml
vendored
@ -14,11 +14,8 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
targets: [
|
||||
[arm-linux-gnueabihf],
|
||||
[armv8l-linux-gnueabihf],
|
||||
[arm-linux-gnueabi],
|
||||
[armeb-linux-gnueabihf],
|
||||
[armeb-linux-gnueabi]
|
||||
[armv7-eabihf],
|
||||
[armebv7-eabihf],
|
||||
]
|
||||
fail-fast: false
|
||||
env:
|
||||
|
Reference in New Issue
Block a user