summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoritz Angermann <moritz.angermann@gmail.com>2021-05-09 08:05:10 +0800
committerBen Gamari <ben@smart-cactus.org>2021-05-31 11:59:28 -0400
commit1f7c9b5ba3db7ad7abac84ecc7670cfa03802561 (patch)
tree4d0f9192e6f9919fa48be11617a872a13dce7d93
parentd13aabe846ef8a0d056e7978669cc7c589f00346 (diff)
downloadhaskell-1f7c9b5ba3db7ad7abac84ecc7670cfa03802561.tar.gz
[ci/darwin] set SH to /bin/bash
This should prevent some other `bash` to leak into the binary distributions. (cherry picked from commit 394f804ae8ad30dde7c556c7e0b3d3841472c431)
-rw-r--r--.gitlab/shell.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab/shell.nix b/.gitlab/shell.nix
index 9b675e053f..7e64fccb59 100644
--- a/.gitlab/shell.nix
+++ b/.gitlab/shell.nix
@@ -13,7 +13,7 @@
# we need to inject ncurses into --with-curses-libraries.
# the real fix is to teach terminfo to use libcurses on macOS.
# CONFIGURE_ARGS = "--with-intree-gmp --with-curses-libraries=${pkgs.ncurses.out}/lib";
- CONFIGURE_ARGS = "--with-intree-gmp --with-curses-libraries=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib --with-iconv-includes=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include --with-iconv-libraries=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib";
+ CONFIGURE_ARGS = "--with-intree-gmp --with-curses-libraries=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib --with-iconv-includes=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include --with-iconv-libraries=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib SH=/bin/bash";
# magic speedup pony :facepalm:
#