[Git][ghc/ghc][wip/jeltsch/ghc-9-14-building-base] Make `cabal` run in the correct directory
Wolfgang Jeltsch pushed to branch wip/jeltsch/ghc-9-14-building-base at Glasgow Haskell Compiler / GHC Commits: 15e7d73d by Wolfgang Jeltsch at 2026-06-30T20:52:03+03:00 Make `cabal` run in the correct directory - - - - - 1 changed file: - .gitlab-ci.yml Changes: ===================================== .gitlab-ci.yml ===================================== @@ -1171,9 +1171,11 @@ base-build-with-released-ghcs: ./configure --prefix "$PWD/../ghc-${ghc_version}-installed" make install cd - + cd libraries/base cabal build --with-compiler ghc-${ghc_version}-installed/bin/ghc \ --allow-boot-library-installs \ -O0 + cd - done rules: - *full-ci View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/15e7d73d4b2d5216a9630c292ed1ffad... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/15e7d73d4b2d5216a9630c292ed1ffad... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Wolfgang Jeltsch (@jeltsch)