|
|
|
@@ -125,7 +125,7 @@ test:linux:bootstrap_script:
|
|
|
|
script:
|
|
|
|
script:
|
|
|
|
- ./.gitlab/script/ghcup_bootstrap.sh
|
|
|
|
- ./.gitlab/script/ghcup_bootstrap.sh
|
|
|
|
variables:
|
|
|
|
variables:
|
|
|
|
GHC_VERSION: "8.10.3"
|
|
|
|
GHC_VERSION: "8.10.4"
|
|
|
|
CABAL_VERSION: "3.4.0.0-rc4"
|
|
|
|
CABAL_VERSION: "3.4.0.0-rc4"
|
|
|
|
extends:
|
|
|
|
extends:
|
|
|
|
- .debian
|
|
|
|
- .debian
|
|
|
|
@@ -135,13 +135,13 @@ test:linux:bootstrap_script:
|
|
|
|
test:linux:recommended:
|
|
|
|
test:linux:recommended:
|
|
|
|
extends: .test_ghcup_version:linux
|
|
|
|
extends: .test_ghcup_version:linux
|
|
|
|
variables:
|
|
|
|
variables:
|
|
|
|
GHC_VERSION: "8.10.3"
|
|
|
|
GHC_VERSION: "8.10.4"
|
|
|
|
CABAL_VERSION: "3.4.0.0-rc4"
|
|
|
|
CABAL_VERSION: "3.2.0.0"
|
|
|
|
|
|
|
|
|
|
|
|
test:linux:latest:
|
|
|
|
test:linux:latest:
|
|
|
|
extends: .test_ghcup_version:linux
|
|
|
|
extends: .test_ghcup_version:linux
|
|
|
|
variables:
|
|
|
|
variables:
|
|
|
|
GHC_VERSION: "8.10.3"
|
|
|
|
GHC_VERSION: "9.0.1"
|
|
|
|
CABAL_VERSION: "3.4.0.0-rc4"
|
|
|
|
CABAL_VERSION: "3.4.0.0-rc4"
|
|
|
|
allow_failure: true
|
|
|
|
allow_failure: true
|
|
|
|
|
|
|
|
|
|
|
|
@@ -158,13 +158,13 @@ test:linux:recommended:32bit:
|
|
|
|
test:mac:recommended:
|
|
|
|
test:mac:recommended:
|
|
|
|
extends: .test_ghcup_version:darwin
|
|
|
|
extends: .test_ghcup_version:darwin
|
|
|
|
variables:
|
|
|
|
variables:
|
|
|
|
GHC_VERSION: "8.10.3"
|
|
|
|
GHC_VERSION: "8.10.4"
|
|
|
|
CABAL_VERSION: "3.4.0.0-rc4"
|
|
|
|
CABAL_VERSION: "3.2.0.0"
|
|
|
|
|
|
|
|
|
|
|
|
test:mac:latest:
|
|
|
|
test:mac:latest:
|
|
|
|
extends: .test_ghcup_version:darwin
|
|
|
|
extends: .test_ghcup_version:darwin
|
|
|
|
variables:
|
|
|
|
variables:
|
|
|
|
GHC_VERSION: "8.10.3"
|
|
|
|
GHC_VERSION: "9.0.1"
|
|
|
|
CABAL_VERSION: "3.4.0.0-rc4"
|
|
|
|
CABAL_VERSION: "3.4.0.0-rc4"
|
|
|
|
allow_failure: true
|
|
|
|
allow_failure: true
|
|
|
|
|
|
|
|
|
|
|
|
@@ -174,13 +174,13 @@ test:mac:latest:
|
|
|
|
test:freebsd:recommended:
|
|
|
|
test:freebsd:recommended:
|
|
|
|
extends: .test_ghcup_version:freebsd
|
|
|
|
extends: .test_ghcup_version:freebsd
|
|
|
|
variables:
|
|
|
|
variables:
|
|
|
|
GHC_VERSION: "8.10.3"
|
|
|
|
GHC_VERSION: "8.10.4"
|
|
|
|
CABAL_VERSION: "3.4.0.0-rc4"
|
|
|
|
CABAL_VERSION: "3.2.0.0"
|
|
|
|
|
|
|
|
|
|
|
|
test:freebsd:latest:
|
|
|
|
test:freebsd:latest:
|
|
|
|
extends: .test_ghcup_version:freebsd
|
|
|
|
extends: .test_ghcup_version:freebsd
|
|
|
|
variables:
|
|
|
|
variables:
|
|
|
|
GHC_VERSION: "8.10.3"
|
|
|
|
GHC_VERSION: "9.0.1"
|
|
|
|
CABAL_VERSION: "3.4.0.0-rc4"
|
|
|
|
CABAL_VERSION: "3.4.0.0-rc4"
|
|
|
|
allow_failure: true
|
|
|
|
allow_failure: true
|
|
|
|
|
|
|
|
|
|
|
|
@@ -195,7 +195,7 @@ release:linux:64bit:
|
|
|
|
- ./.gitlab/before_script/linux/alpine/install_deps.sh
|
|
|
|
- ./.gitlab/before_script/linux/alpine/install_deps.sh
|
|
|
|
variables:
|
|
|
|
variables:
|
|
|
|
ARTIFACT: "x86_64-linux-ghcup"
|
|
|
|
ARTIFACT: "x86_64-linux-ghcup"
|
|
|
|
GHC_VERSION: "8.10.3"
|
|
|
|
GHC_VERSION: "8.10.4"
|
|
|
|
CABAL_VERSION: "3.4.0.0-rc4"
|
|
|
|
CABAL_VERSION: "3.4.0.0-rc4"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@@ -222,7 +222,7 @@ release:darwin:
|
|
|
|
- ./.gitlab/before_script/darwin/install_deps.sh
|
|
|
|
- ./.gitlab/before_script/darwin/install_deps.sh
|
|
|
|
variables:
|
|
|
|
variables:
|
|
|
|
ARTIFACT: "x86_64-apple-darwin-ghcup"
|
|
|
|
ARTIFACT: "x86_64-apple-darwin-ghcup"
|
|
|
|
GHC_VERSION: "8.10.3"
|
|
|
|
GHC_VERSION: "8.10.4"
|
|
|
|
CABAL_VERSION: "3.4.0.0-rc4"
|
|
|
|
CABAL_VERSION: "3.4.0.0-rc4"
|
|
|
|
MACOSX_DEPLOYMENT_TARGET: "10.7"
|
|
|
|
MACOSX_DEPLOYMENT_TARGET: "10.7"
|
|
|
|
|
|
|
|
|
|
|
|
@@ -238,6 +238,6 @@ release:freebsd:
|
|
|
|
- ./.gitlab/before_script/freebsd/install_deps.sh
|
|
|
|
- ./.gitlab/before_script/freebsd/install_deps.sh
|
|
|
|
variables:
|
|
|
|
variables:
|
|
|
|
ARTIFACT: "x86_64-portbld-freebsd-ghcup"
|
|
|
|
ARTIFACT: "x86_64-portbld-freebsd-ghcup"
|
|
|
|
GHC_VERSION: "8.10.3"
|
|
|
|
GHC_VERSION: "8.10.4"
|
|
|
|
CABAL_VERSION: "3.4.0.0-rc4"
|
|
|
|
CABAL_VERSION: "3.4.0.0-rc4"
|
|
|
|
|
|
|
|
|
|
|
|
|