[Git][ghc/ghc][wip/testing] Don't use brew with nix (incomplete fix).
davean
gitlab at gitlab.haskell.org
Fri Oct 9 21:58:35 UTC 2020
davean pushed to branch wip/testing at Glasgow Haskell Compiler / GHC
Commits:
cac2d9b8 by davean at 2020-10-09T17:58:34-04:00
Don't use brew with nix (incomplete fix).
- - - - -
1 changed file:
- .gitlab/ci.sh
Changes:
=====================================
.gitlab/ci.sh
=====================================
@@ -95,8 +95,8 @@ export TEMP="$TOP/tmp"
function darwin_setup() {
# It looks like we already have python2 here and just installing python3
# does not work.
- brew upgrade python
- brew install ghc cabal-install ncurses gmp
+ #brew upgrade python
+ #brew install ghc cabal-install ncurses gmp
pip3 install sphinx
# PDF documentation disabled as MacTeX apparently doesn't include xelatex.
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/cac2d9b8508a3cd322774933d63f2fbf7079435d
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/cac2d9b8508a3cd322774933d63f2fbf7079435d
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20201009/3d4ae078/attachment.html>
More information about the ghc-commits
mailing list