1
0
mirror of https://github.com/google/cpu_features.git synced 2025-07-03 06:03:17 +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:
Corentin Le Molgat
2024-12-16 11:16:21 +01:00
parent 744e4511cb
commit ea4bdee2da
4 changed files with 3 additions and 75 deletions

View File

@ -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: