[Git][ghc/ghc][wip/jeltsch/ghc-9-14-building-base] Correct the path to `ghc`
Wolfgang Jeltsch pushed to branch wip/jeltsch/ghc-9-14-building-base at Glasgow Haskell Compiler / GHC Commits: 9532461e by Wolfgang Jeltsch at 2026-07-02T21:01:34+03:00 Correct the path to `ghc` - - - - - 1 changed file: - .gitlab-ci.yml Changes: ===================================== .gitlab-ci.yml ===================================== @@ -1175,7 +1175,7 @@ base-build-with-released-ghcs: make install cd - cd libraries/base - cabal build --with-compiler ghc-${ghc_version}-installed/bin/ghc \ + cabal build --with-compiler ../../ghc-${ghc_version}-installed/bin/ghc \ --allow-boot-library-installs \ -O0 cd - View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/9532461e2cd966935981a7ecd479c752... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/9532461e2cd966935981a7ecd479c752... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Wolfgang Jeltsch (@jeltsch)