From 8acfe9306568559eab8a655bc22e032c27853b11 Mon Sep 17 00:00:00 2001 From: Cheng Shao Date: Sat, 7 Jan 2023 15:25:31 +0000 Subject: Change MSYSTEM to CLANG64 uniformly --- .gitlab/gen_ci.hs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.gitlab/gen_ci.hs') 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) - -- cgit v1.2.1