Wolfgang Jeltsch pushed to branch wip/jeltsch/ghc-9-14-building-base at Glasgow Haskell Compiler / GHC Commits: c1f754dd by Wolfgang Jeltsch at 2026-06-29T14:54:58+03:00 Tweak the configuration to show directory contents - - - - - 1 changed file: - .gitlab-ci.yml Changes: ===================================== .gitlab-ci.yml ===================================== @@ -1147,11 +1147,7 @@ ghc-wasm-meta-unreg: base-build-with-ghc-914: stage: testing needs: - - job: x86_64-linux-deb13-validate - optional: true - - job: nightly-x86_64-linux-deb13-validate - optional: true - - job: release-x86_64-linux-deb13-release + - job: lint-author optional: true dependencies: null image: "registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-deb12:$DOCKER_REV" @@ -1159,18 +1155,8 @@ base-build-with-ghc-914: - x86_64-linux script: - | - ghc_version=9.14.1 - url=https://downloads.haskell.org/~ghc/${ghc_version}/ghc-${ghc_version}-x86_64-deb12-linux.tar.xz - curl "$url" >ghc-${ghc_version}.tar.xz - tar -xJf ghc-${ghc_version}.tar.xz - cd ghc-${ghc_version}-x86_64-unknown-linux - ./configure --prefix "$PWD/../ghc" - make install - cd - - printf '%s\n' 'To be continued …' - printf '%s\n' 'For now some debug output:' - shopt -s globstar - ls -l ghc/**/bin + pwd + ls -al .. . .* * rules: - *full-ci View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/c1f754ddbac0ca3dcdc75af053c1eb8a... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/c1f754ddbac0ca3dcdc75af053c1eb8a... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Wolfgang Jeltsch (@jeltsch)