File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -49,8 +49,10 @@ osx-clang|osx-gcc)
4949 brew install caskroom/cask/perforce
5050 case " $jobname " in
5151 osx-gcc)
52- brew link gcc ||
53- brew link gcc@8
52+ brew install gcc@9
53+ # Just in case the image is updated to contain gcc@9
54+ # pre-installed but not linked.
55+ brew link gcc@9
5456 ;;
5557 esac
5658 ;;
Original file line number Diff line number Diff line change 131131 echo " $SYSTEM_TASKDEFINITIONSURI$SYSTEM_TEAMPROJECT /_build/results?buildId=$1 "
132132 }
133133
134- BREW_INSTALL_PACKAGES=gcc@8
135134 export GIT_PROVE_OPTS=" --timer --jobs 10 --state=failed,slow,save"
136135 export GIT_TEST_OPTS=" --verbose-log -x --write-junit-xml"
137136 MAKEFLAGS=" $MAKEFLAGS --jobs=10"
@@ -182,7 +181,7 @@ linux-clang|linux-gcc)
182181osx-clang|osx-gcc)
183182 if [ " $jobname " = osx-gcc ]
184183 then
185- export CC=gcc-8
184+ export CC=gcc-9
186185 fi
187186
188187 # t9810 occasionally fails on Travis CI OS X
You can’t perform that action at this time.
0 commit comments