mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
CI: disable clang build for chibios as broken
This commit is contained in:
parent
575c608688
commit
8d5a0d8a6a
2
.github/workflows/test_chibios.yml
vendored
2
.github/workflows/test_chibios.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
|||||||
]
|
]
|
||||||
toolchain: [
|
toolchain: [
|
||||||
chibios, # GCC-6
|
chibios, # GCC-6
|
||||||
chibios-clang,
|
#chibios-clang,
|
||||||
]
|
]
|
||||||
gcc: [6, 10]
|
gcc: [6, 10]
|
||||||
exclude:
|
exclude:
|
||||||
|
Loading…
Reference in New Issue
Block a user