summaryrefslogtreecommitdiff
path: root/.gitlab/gen_ci.hs
diff options
context:
space:
mode:
authorCheng Shao <astrohavoc@gmail.com>2023-01-07 15:25:31 +0000
committerMarge Bot <ben+marge-bot@smart-cactus.org>2023-01-12 15:53:00 -0500
commit8acfe9306568559eab8a655bc22e032c27853b11 (patch)
treecba8741d530174daf20b53fa44a01a7910a4fe65 /.gitlab/gen_ci.hs
parenta1491c8791c57a64d94bc08d639d585815c8d4e2 (diff)
downloadhaskell-8acfe9306568559eab8a655bc22e032c27853b11.tar.gz
Change MSYSTEM to CLANG64 uniformly
Diffstat (limited to '.gitlab/gen_ci.hs')
-rwxr-xr-x.gitlab/gen_ci.hs3
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitlab/gen_ci.hs b/.gitlab/gen_ci.hs
index c06c1c8463..f1d451732b 100755
--- a/.gitlab/gen_ci.hs
+++ b/.gitlab/gen_ci.hs
@@ -375,7 +375,7 @@ opsysVariables Amd64 (Darwin {}) =
]
opsysVariables _ (Windows {}) =
- mconcat [ "MSYSTEM" =: "MINGW64"
+ mconcat [ "MSYSTEM" =: "CLANG64"
, "HADRIAN_ARGS" =: "--docs=no-sphinx"
, "LANG" =: "en_US.UTF-8"
, "CABAL_INSTALL_VERSION" =: "3.8.1.0"
@@ -842,4 +842,3 @@ main = do
[] -> B.putStrLn
(fp:_) -> B.writeFile fp)
(A.encode jobs)
-