Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'br/commit-tree-fully-spelled-gpg-sign-option'
[gitweb.git]
/
ci
/
install-dependencies.sh
diff --git
a/ci/install-dependencies.sh
b/ci/install-dependencies.sh
index 06c3546e1ed4e1a78cea4d7a1801145066a895d8..dc719876bb12309c086952d275085d8d3d0690e6 100755
(executable)
--- a/
ci/install-dependencies.sh
+++ b/
ci/install-dependencies.sh
@@
-40,6
+40,11
@@
osx-clang|osx-gcc)
brew install git-lfs gettext
brew link --force gettext
brew install caskroom/cask/perforce
+ case "$jobname" in
+ osx-gcc)
+ brew link gcc@8
+ ;;
+ esac
;;
StaticAnalysis)
sudo apt-get -q update