From 1c9a9c1c9e1c64778190ab97a6dee0ebdc8617f5 Mon Sep 17 00:00:00 2001 From: Darii Nurgaleev Date: Wed, 11 Nov 2020 13:20:18 +0700 Subject: [PATCH] added brew issue link --- images/macos/provision/core/gcc.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/images/macos/provision/core/gcc.sh b/images/macos/provision/core/gcc.sh index f59d32f5..1bac167e 100644 --- a/images/macos/provision/core/gcc.sh +++ b/images/macos/provision/core/gcc.sh @@ -6,6 +6,8 @@ brew install gcc@8 echo "Installing GCC@9 using homebrew..." brew install gcc@9 +# Known issue with brew that prevent installation of multiple formulas +# https://github.com/Homebrew/brew/issues/9100 echo "Applying workaround for the GCC" cellarPath=$(brew --cellar gcc@8) gccVersion=$(ls $cellarPath | head -n1)