Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-10-24 07:34:03 +0300
committerJunio C Hamano <gitster@pobox.com>2019-10-24 07:34:03 +0300
commit04b1f4f768bc36cc074a311b9c5e339a9fce160a (patch)
tree9fda68f7485fd0abe48f928a5257516213996443 /ci/install-dependencies.sh
parent4d6fb2beeb80f4899b0267d91c983c91772438f0 (diff)
parent7d4733c5019c9dab78583cb1a17a9d83370c2b89 (diff)
Merge branch 'sg/ci-osx-gcc8-fix'
CI build fix. * sg/ci-osx-gcc8-fix: ci: fix GCC install in the Travis CI GCC OSX job
Diffstat (limited to 'ci/install-dependencies.sh')
-rwxr-xr-xci/install-dependencies.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/install-dependencies.sh b/ci/install-dependencies.sh
index ce149ed39c..4e64a19112 100755
--- a/ci/install-dependencies.sh
+++ b/ci/install-dependencies.sh
@@ -48,6 +48,7 @@ osx-clang|osx-gcc)
brew install caskroom/cask/perforce
case "$jobname" in
osx-gcc)
+ brew link gcc ||
brew link gcc@8
;;
esac