From ea564113efc0163861b1b651843820a6cc14b901 Mon Sep 17 00:00:00 2001 From: Jonathan Hui Date: Wed, 6 Nov 2019 00:24:05 -0800 Subject: [PATCH] [travis] disable arm-gcc-8 until compiler bug is fixed (#4306) --- .travis.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index c4dada847..c17c91b5c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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