Skip to content
Snippets Groups Projects
Commit 24b6498c authored by Ben Gamari's avatar Ben Gamari :turtle:
Browse files

Fix it

parent 1a2f499d
No related branches found
No related tags found
1 merge request!50Restore Nix caching
Pipeline #12222 passed with warnings
...@@ -106,11 +106,11 @@ build-8.8: ...@@ -106,11 +106,11 @@ build-8.8:
- export GHC=`pwd`/ghc/bin/ghc - export GHC=`pwd`/ghc/bin/ghc
- rm -Rf $HOME/.cabal/packages/local ci/run - rm -Rf $HOME/.cabal/packages/local ci/run
# Build CI executable # Build CI executable
- nix build -f ./ci -j$CPUS --no-build-output
- | - |
nix-build ./ci -j$CPUS --no-build-output
nix-store --export \ nix-store --export \
$(nix-store -qR --include-outputs \ $(nix-store -qR --include-outputs \
$(nix-instantiate --quiet scripts/build-all.nix --arg bindistTarball $GHC_TARBALL -A buildDepends -A ghc)) \ $(nix-instantiate --quiet ./ci)) \
> store.nar > store.nar
- mkdir ci/run - mkdir ci/run
# Test it # Test it
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment