[travis] disable arm-gcc-8 until compiler bug is fixed (#4306)

This commit is contained in:
Jonathan Hui
2019-11-06 00:24:05 -08:00
committed by GitHub
parent 7cd4ffcc2c
commit ea564113ef
+6 -4
View File
@@ -106,10 +106,12 @@ jobs:
os: linux
compiler: gcc
script: .travis/script.sh
- env: BUILD_TARGET="arm-gcc-8"
os: linux
compiler: gcc
script: .travis/script.sh
# Disable Arm GCC 8 until slow compile bug is fixed:
# https://github.com/openthread/openthread/issues/4053
# - env: BUILD_TARGET="arm-gcc-8"
# os: linux
# compiler: gcc
# script: .travis/script.sh
- env: BUILD_TARGET="posix" CC="gcc-5" CXX="g++-5"
os: linux
compiler: gcc