diff options
author | Junio C Hamano <gitster@pobox.com> | 2019-12-07 00:09:21 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-12-07 00:09:21 +0100 |
commit | ef3ce7c4b9f5ed7a13a0efcc576df855c4fd3d0f (patch) | |
tree | 5f8fdcea1a22c49f7cf18a9dd33f87b9a82afadb /ci/lib.sh | |
parent | The third batch (diff) | |
parent | ci: build Git with GCC 9 in the 'osx-gcc' build job (diff) | |
download | git-ef3ce7c4b9f5ed7a13a0efcc576df855c4fd3d0f.tar.xz git-ef3ce7c4b9f5ed7a13a0efcc576df855c4fd3d0f.zip |
Merge branch 'sg/osx-force-gcc-9'
TravisCI update.
* sg/osx-force-gcc-9:
ci: build Git with GCC 9 in the 'osx-gcc' build job
Diffstat (limited to 'ci/lib.sh')
-rwxr-xr-x | ci/lib.sh | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -131,7 +131,6 @@ then echo "$SYSTEM_TASKDEFINITIONSURI$SYSTEM_TEAMPROJECT/_build/results?buildId=$1" } - BREW_INSTALL_PACKAGES=gcc@8 export GIT_PROVE_OPTS="--timer --jobs 10 --state=failed,slow,save" export GIT_TEST_OPTS="--verbose-log -x --write-junit-xml" MAKEFLAGS="$MAKEFLAGS --jobs=10" @@ -182,7 +181,7 @@ linux-clang|linux-gcc) osx-clang|osx-gcc) if [ "$jobname" = osx-gcc ] then - export CC=gcc-8 + export CC=gcc-9 fi # t9810 occasionally fails on Travis CI OS X |