[Git][ghc/ghc][wip/T22861] Apply 1 suggestion(s) to 1 file(s)
Ben Gamari (@bgamari)
gitlab at gitlab.haskell.org
Thu Feb 2 16:37:06 UTC 2023
Ben Gamari pushed to branch wip/T22861 at Glasgow Haskell Compiler / GHC
Commits:
e2193751 by Bryan R at 2023-02-02T16:37:04+00:00
Apply 1 suggestion(s) to 1 file(s)
- - - - -
1 changed file:
- .gitlab/ci.sh
Changes:
=====================================
.gitlab/ci.sh
=====================================
@@ -210,7 +210,7 @@ function set_toolchain_paths() {
*) fail "unknown NIX_SYSTEM" ;;
esac
info "Building toolchain for $NIX_SYSTEM"
- nix-build -v0 .gitlab/darwin/toolchain.nix --argstr system "$NIX_SYSTEM" -o toolchain.sh
+ nix-build --quiet .gitlab/darwin/toolchain.nix --argstr system "$NIX_SYSTEM" -o toolchain.sh
cat toolchain.sh
fi
source toolchain.sh
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/e21937517b6f95c60f041f241085ccdf31d7aae9
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/e21937517b6f95c60f041f241085ccdf31d7aae9
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20230202/1ea23308/attachment.html>
More information about the ghc-commits
mailing list