[Git][ghc/ghc][wip/jeltsch/ghc-9-14-building-base] 2 commits: Suppress output when changing back directories
Wolfgang Jeltsch pushed to branch wip/jeltsch/ghc-9-14-building-base at Glasgow Haskell Compiler / GHC Commits: b93c6eab by Wolfgang Jeltsch at 2026-07-07T14:55:58+03:00 Suppress output when changing back directories - - - - - 2c8ce539 by Wolfgang Jeltsch at 2026-07-07T14:56:46+03:00 Experimentally add another GHC release to test with - - - - - 1 changed file: - .gitlab-ci.yml Changes: ===================================== .gitlab-ci.yml ===================================== @@ -1161,7 +1161,7 @@ base-build-with-released-ghcs: - x86_64-linux script: - | - ghc_versions=9.14.1 + ghc_versions=9.14.1 9.12.4 sed -E -e 's/^( *ghc-internal) *== .*(,|$)/\1\2/' \ < libraries/base/base.cabal.in \ > libraries/base/base.cabal @@ -1173,12 +1173,12 @@ base-build-with-released-ghcs: cd ghc-${ghc_version}-x86_64-unknown-linux ./configure --prefix "$PWD/../ghc-${ghc_version}-installed" make install - cd - + cd - >/dev/null cd libraries/base cabal build --with-compiler ../../ghc-${ghc_version}-installed/bin/ghc \ --allow-boot-library-installs \ -O0 - cd - + cd - >/dev/null done rules: - *full-ci View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/9532461e2cd966935981a7ecd479c75... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/9532461e2cd966935981a7ecd479c75... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Wolfgang Jeltsch (@jeltsch)