Merge branch 'du/branch-show-current'
[gitweb.git] / ci / install-dependencies.sh
index bcdcc715924c53bbcf1418b7ddeee426c94468b8..d64667fcbfef80e4603d97f7825399dea5be0b6b 100755 (executable)
@@ -34,13 +34,18 @@ linux-clang|linux-gcc)
        popd
        ;;
 osx-clang|osx-gcc)
-       brew update --quiet
+       brew update >/dev/null
        # Uncomment this if you want to run perf tests:
        # brew install gnu-time
        test -z "$BREW_INSTALL_PACKAGES" ||
        brew install $BREW_INSTALL_PACKAGES
        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