This commit is contained in:
Julian Ospald 2021-10-10 18:52:20 +02:00
parent 9bf21daf9e
commit 3a154b301b
Signed by: hasufell
GPG Key ID: 3786C5262ECB4A3F

View File

@ -322,18 +322,19 @@ test:linux:git:hadrian:
stage: expensive-tests stage: expensive-tests
extends: extends:
- .test_ghcup_version - .test_ghcup_version
- .debian - .alpine:64bit
variables: variables:
GHC_VERSION: "8.10.7" GHC_VERSION: "8.8.4"
GHC_GIT_TAG: "ghc-9.0.1-release" GHC_GIT_TAG: "ghc-8.10.7-release"
GHC_GIT_VERSION: "9.0.1" GHC_GIT_VERSION: "8.10.7"
CABAL_VERSION: "3.6.2.0" CABAL_VERSION: "3.6.2.0"
CROSS: "" CROSS: ""
needs: [] needs: []
when: manual when: manual
allow_failure: true allow_failure: true
before_script: before_script:
- ./.gitlab/before_script/linux/install_deps.sh - apk add --no-cache python3 autoconf automake
- ./.gitlab/before_script/linux/alpine/install_deps.sh
script: script:
- ./.gitlab/script/ghcup_git.sh - ./.gitlab/script/ghcup_git.sh