mirror of
https://github.com/espressif/openthread.git
synced 2026-08-26 04:09:52 +00:00
[ci] remove arm-gcc-4 build check (#13449)
Remove arm-gcc-4 from the arm-gcc build matrix in GitHub Actions. GCC 4.9 toolchain (arm-gcc-4) fails frequently due to outdated toolchain host dependencies and download sources. Supported GCC matrix now begins at GCC 5.
This commit is contained in:
@@ -239,9 +239,6 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
include:
|
||||
- gcc_ver: 4
|
||||
gcc_download_url: https://launchpad.net/gcc-arm-embedded/4.9/4.9-2015-q3-update/+download/gcc-arm-none-eabi-4_9-2015q3-20150921-linux.tar.bz2
|
||||
gcc_extract_dir: gcc-arm-none-eabi-4_9-2015q3
|
||||
- gcc_ver: 5
|
||||
gcc_download_url: https://developer.arm.com/-/media/Files/downloads/gnu-rm/5_4-2016q3/gcc-arm-none-eabi-5_4-2016q3-20160926-linux.tar.bz2
|
||||
gcc_extract_dir: gcc-arm-none-eabi-5_4-2016q3
|
||||
|
||||
Reference in New Issue
Block a user