mirror of
https://github.com/espressif/openthread.git
synced 2026-08-23 02:39:52 +00:00
[travis] disable arm-gcc-8 until compiler bug is fixed (#4306)
This commit is contained in:
+6
-4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user