[Git][ghc/ghc][wip/angerman/debug-darwin] increase debugging
Moritz Angermann (@angerman)
gitlab at gitlab.haskell.org
Tue Apr 4 04:06:38 UTC 2023
Moritz Angermann pushed to branch wip/angerman/debug-darwin at Glasgow Haskell Compiler / GHC
Commits:
491ad16d by Moritz Angermann at 2023-04-04T12:05:49+08:00
increase debugging
- - - - -
1 changed file:
- .gitlab/ci.sh
Changes:
=====================================
.gitlab/ci.sh
=====================================
@@ -211,8 +211,9 @@ function set_toolchain_paths() {
esac
info "Building toolchain for $NIX_SYSTEM"
nix --version
- env
- nix-build .gitlab/darwin/toolchain.nix --argstr system "$NIX_SYSTEM" -o toolchain.sh --show-trace -v
+ # env
+ # nix build -f .gitlab/darwin/toolchain.nix --argstr system "$NIX_SYSTEM" -o toolchain.sh --show-trace -v
+ nix build -v --debug -L -f .gitlab/darwin/toolchain.nix --argstr system aarch64-darwin -o toolchain.sh --show-trace
cat toolchain.sh
fi
source toolchain.sh
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/491ad16d23dfe4d6189f29ff82683f8186266ca2
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/491ad16d23dfe4d6189f29ff82683f8186266ca2
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/20230404/cfd1e018/attachment-0001.html>
More information about the ghc-commits
mailing list