Skip to content
Snippets Groups Projects
Verified Commit 1239e6fd authored by Olivier Benz's avatar Olivier Benz
Browse files

Rebuild GHC version 9.10.1

- Use GHC 9.8.3 for bootstrapping
parent aaa15772
No related branches found
No related tags found
No related merge requests found
Pipeline #33306 failed
.env:
variables:
GHC_VERSION: "9.8.3"
CABAL_VERSION: "3.10.3.0"
GHC_VERSION: "9.10.1"
CABAL_VERSION: "3.12.1.0"
STACK_VERSION: "3.1.1"
HLS_VERSION: "2.9.0.1"
BUILD_GHC: "true"
BUILD_HLS: "false"
TAG_VERSION_MAJ_MIN: "true"
TAG_VERSION_MAJ_MIN: "false"
TAG_VERSION_MAJ: "false"
.before-script-build: &before-script-build
......
......@@ -5,8 +5,8 @@ ARG STACK_VERSION
ARG GHC_VERSION_BUILD=${GHC_VERSION}
ARG CABAL_VERSION_BUILD=${CABAL_VERSION}
FROM glcr.b-data.ch/ghc/ghc-musl:9.8.2-linux-amd64 AS bootstrap-amd64
FROM glcr.b-data.ch/ghc/ghc-musl:9.8.2-linux-arm64v8 AS bootstrap-arm64
FROM glcr.b-data.ch/ghc/ghc-musl:9.8.3-linux-amd64 AS bootstrap-amd64
FROM glcr.b-data.ch/ghc/ghc-musl:9.8.3-linux-arm64v8 AS bootstrap-arm64
FROM glcr.b-data.ch/ghc/ghc-musl:9.8.2-linux-riscv64 AS bootstrap-riscv64
FROM bootstrap-${TARGETARCH}${TARGETVARIANT} AS bootstrap
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment