diff options
| author | Moritz Angermann <moritz.angermann@gmail.com> | 2023-04-04 12:05:49 +0800 |
|---|---|---|
| committer | Moritz Angermann <moritz.angermann@gmail.com> | 2023-04-04 12:05:49 +0800 |
| commit | 491ad16d23dfe4d6189f29ff82683f8186266ca2 (patch) | |
| tree | 00503700c50c6fffc77be1a4e2e5f9ca1e78eaa0 | |
| parent | 9179743ffaba01e75f253d2edcd66767045756d4 (diff) | |
| download | haskell-wip/angerman/debug-darwin.tar.gz | |
increase debuggingwip/angerman/debug-darwin
| -rwxr-xr-x | .gitlab/ci.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.gitlab/ci.sh b/.gitlab/ci.sh index 28c87b2106..84e49b8801 100755 --- a/.gitlab/ci.sh +++ b/.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 |
