waf: stop testing gcc 6 for ChibiOS builds

This commit is contained in:
Andrew Tridgell 2023-04-22 21:05:39 +10:00
parent 52481e8355
commit 50cff80c6e
1 changed files with 2 additions and 16 deletions

View File

@ -35,27 +35,13 @@ jobs:
signing signing
] ]
toolchain: [ toolchain: [
chibios, # GCC-6 chibios,
#chibios-clang, #chibios-clang,
] ]
gcc: [6, 10] gcc: [10]
exclude: exclude:
- gcc: 10 - gcc: 10
toolchain: chibios-clang toolchain: chibios-clang
- gcc: 6
config: fmuv2-plane
- gcc: 6
config: revo-mini
- gcc: 6
config: MatekF405-Wing
- gcc: 6
config: periph-build
- gcc: 6
config: CubeOrange-ODID
- gcc: 6
config: signing
- gcc: 6
config: fmuv3-bootloader
include: include:
- config: stm32h7 - config: stm32h7
toolchain: chibios-py2 toolchain: chibios-py2