summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordavean <davean@xkcd.com>2020-10-09 17:58:34 -0400
committerdavean <davean@xkcd.com>2020-10-09 17:58:34 -0400
commitcac2d9b8508a3cd322774933d63f2fbf7079435d (patch)
treed2a4cf39e62446726f1e990bc8508ab19313f723
parentab7c500fd06c67c7a056964f012c742232b6889e (diff)
downloadhaskell-cac2d9b8508a3cd322774933d63f2fbf7079435d.tar.gz
Don't use brew with nix (incomplete fix).
-rwxr-xr-x.gitlab/ci.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab/ci.sh b/.gitlab/ci.sh
index 00471115e4..306ffa178f 100755
--- a/.gitlab/ci.sh
+++ b/.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.