Skip to content
Snippets Groups Projects
Commit 9a76e9d7 authored by Olivier Benz's avatar Olivier Benz
Browse files

Rebuild GHC version 9.2.1

- Use GHC 9.0.2 for bootstrapping
parent b1f4f956
No related branches found
No related tags found
No related merge requests found
Pipeline #8265 passed
...@@ -160,13 +160,6 @@ build-manifest:version-linux-multiarch: ...@@ -160,13 +160,6 @@ build-manifest:version-linux-multiarch:
$CI_APP_REPO:$CI_APP_TAG-linux-arm64v8 $CI_APP_REPO:$CI_APP_TAG-linux-arm64v8
fi fi
docker manifest push $CI_APP_REPO:$CI_APP_TAG docker manifest push $CI_APP_REPO:$CI_APP_TAG
- |
docker manifest create $CI_APP_REPO:$VERSION_MAJ_MIN $CI_MANIFEST_LIST
if echo $OS_ARCH | grep "linux-arm64v8" >/dev/null ; then
docker manifest annotate --variant v8 $CI_APP_REPO:$VERSION_MAJ_MIN \
$CI_APP_REPO:$CI_APP_TAG-linux-arm64v8
fi
docker manifest push $CI_APP_REPO:$VERSION_MAJ_MIN
rules: rules:
- if: $CI_COMMIT_BRANCH == "freeze-version" - if: $CI_COMMIT_BRANCH == "freeze-version"
changes: changes:
......
ARG GHC_VERSION_BUILD ARG GHC_VERSION_BUILD
ARG CABAL_VERSION_BUILD ARG CABAL_VERSION_BUILD
FROM registry.gitlab.b-data.ch/ghc/ghc4pandoc:9.0.1 as bootstrap FROM registry.gitlab.b-data.ch/ghc/ghc4pandoc:9.0.2 as bootstrap
COPY patches/* /tmp/ COPY patches/* /tmp/
......
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