[Git][ghc/ghc][wip/angerman/debug-darwin] 2 commits: log nix version
Moritz Angermann (@angerman)
gitlab at gitlab.haskell.org
Tue Apr 4 03:36:49 UTC 2023
Moritz Angermann pushed to branch wip/angerman/debug-darwin at Glasgow Haskell Compiler / GHC
Commits:
bd6faa18 by Moritz Angermann at 2023-04-04T11:35:32+08:00
log nix version
- - - - -
3e4bd178 by Moritz Angermann at 2023-04-04T11:36:28+08:00
more verbose output
- - - - -
1 changed file:
- .gitlab/ci.sh
Changes:
=====================================
.gitlab/ci.sh
=====================================
@@ -210,7 +210,8 @@ function set_toolchain_paths() {
*) fail "unknown NIX_SYSTEM" ;;
esac
info "Building toolchain for $NIX_SYSTEM"
- nix-build .gitlab/darwin/toolchain.nix --argstr system "$NIX_SYSTEM" -o toolchain.sh --show-trace
+ nix --version
+ nix-build .gitlab/darwin/toolchain.nix --argstr system "$NIX_SYSTEM" -o toolchain.sh --show-trace -v
cat toolchain.sh
fi
source toolchain.sh
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/135e47c23fcbb1abfa68e4dfcd08e6592c97e3e5...3e4bd178f3c33e92276e05b389792fa0a226a809
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/135e47c23fcbb1abfa68e4dfcd08e6592c97e3e5...3e4bd178f3c33e92276e05b389792fa0a226a809
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/20230403/0d25bed0/attachment-0001.html>
More information about the ghc-commits
mailing list