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)
49
49
brew install caskroom/cask/perforce
50
50
case " $jobname " in
51
51
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
54
56
;;
55
57
esac
56
58
;;
Original file line number Diff line number Diff line change 131
131
echo " $SYSTEM_TASKDEFINITIONSURI$SYSTEM_TEAMPROJECT /_build/results?buildId=$1 "
132
132
}
133
133
134
- BREW_INSTALL_PACKAGES=gcc@8
135
134
export GIT_PROVE_OPTS=" --timer --jobs 10 --state=failed,slow,save"
136
135
export GIT_TEST_OPTS=" --verbose-log -x --write-junit-xml"
137
136
MAKEFLAGS=" $MAKEFLAGS --jobs=10"
@@ -182,7 +181,7 @@ linux-clang|linux-gcc)
182
181
osx-clang|osx-gcc)
183
182
if [ " $jobname " = osx-gcc ]
184
183
then
185
- export CC=gcc-8
184
+ export CC=gcc-9
186
185
fi
187
186
188
187
# t9810 occasionally fails on Travis CI OS X
You can’t perform that action at this time.
0 commit comments