summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2022-08-07 23:20:49 -0400
committerBen Gamari <ben@smart-cactus.org>2022-08-15 17:11:26 -0400
commit44b60e03dca3208f42ea5a40b41f38530f46d3ab (patch)
tree8ac7b711186fec8b0064b257ab393fa1f451d42d
parentc2043b0a2132d1f8b6a22f3daacaaf6fb194db17 (diff)
downloadhaskell-44b60e03dca3208f42ea5a40b41f38530f46d3ab.tar.gz
gitlab-ci: Don't use coreutils on Darwin
In general we want to ensure that the tested environment is as similar as possible to the environment the user will use. In the case of Darwin, this means we want to use the system's BSD command-line utilities, not coreutils. This would have caught #21974. (cherry picked from commit c1c08bd829fb33a185f0a71f08babe5d7e6556fc)
-rw-r--r--.gitlab/darwin/toolchain.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitlab/darwin/toolchain.nix b/.gitlab/darwin/toolchain.nix
index cc485946cf..a48870de9a 100644
--- a/.gitlab/darwin/toolchain.nix
+++ b/.gitlab/darwin/toolchain.nix
@@ -85,7 +85,6 @@ pkgs.writeTextFile {
export PATH
PATH="${pkgs.autoconf}/bin:$PATH"
PATH="${pkgs.automake}/bin:$PATH"
- PATH="${pkgs.coreutils}/bin:$PATH"
export FONTCONFIG_FILE=${fonts}
export XELATEX="${ourtexlive}/bin/xelatex"
export MAKEINDEX="${ourtexlive}/bin/makeindex"