File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ run() {
10
10
local drv="ghc-$ver"
11
11
echo "$ver"
12
12
nix build -f "$ghcs_nix" $drv
13
- (cd ../; rm -r dist-bootstrap; cabal --distdir=dist-bootstrap build --project-file=cabal.release .project --dry-run cabal-install:exe:cabal -w bootstrap/result/bin/ghc)
13
+ (cd ../; rm -r dist-bootstrap; cabal --distdir=dist-bootstrap build --project-file=cabal.bootstrap .project --dry-run cabal-install:exe:cabal -w bootstrap/result/bin/ghc)
14
14
jq --sort-keys < ../dist-bootstrap/cache/plan.json > "plan-$ver.json"
15
15
cabal run --with-ghc-pkg $PWD/boot_ghc/bin/ghc-pkg -w $PWD/boot_ghc/bin/ghc -v0 cabal-bootstrap-gen -- "plan-$ver.json" | jq --sort-keys | tee "linux-$(echo $ver | tr "_" ".").json"
16
16
}
You can’t perform that action at this time.
0 commit comments