Wolfgang Jeltsch pushed to branch wip/jeltsch/ghc-9-14-building-base at Glasgow Haskell Compiler / GHC Commits: 070f20f9 by Wolfgang Jeltsch at 2026-06-29T14:47:16+03:00 Tweak the configuration to show directory contents - - - - - 1 changed file: - .gitlab-ci.yml Changes: ===================================== .gitlab-ci.yml ===================================== @@ -1147,30 +1147,29 @@ 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 +# - job: x86_64-linux-deb13-validate +# optional: true +# - job: nightly-x86_64-linux-deb13-validate +# optional: true +# - job: release-x86_64-linux-deb13-release +# optional: true dependencies: null image: "registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-deb12:$DOCKER_REV" tags: - 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 +# 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 + pwd + ls -al .. . .* * rules: - *full-ci View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/070f20f943fbd3a80518e7aa436af748... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/070f20f943fbd3a80518e7aa436af748... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Wolfgang Jeltsch (@jeltsch)