Skip to content
Snippets Groups Projects
Commit c19d5107 authored by Matthew Pickering's avatar Matthew Pickering Committed by Ryan Scott
Browse files

9.4: Use release build from normal pipeline

parent 34855b8b
No related branches found
No related tags found
No related merge requests found
...@@ -96,7 +96,7 @@ build-9.2: ...@@ -96,7 +96,7 @@ build-9.2:
build-9.4: build-9.4:
extends: .build extends: .build
variables: variables:
GHC_TARBALL: "https://gitlab.haskell.org/api/v4/projects/1/jobs/artifacts/ghc-9.4/raw/ghc-x86_64-linux-fedora33-release.tar.xz?job=release-x86_64-linux-fedora33-release" GHC_TARBALL: "https://gitlab.haskell.org/api/v4/projects/1/jobs/artifacts/ghc-9.4/raw/ghc-x86_64-linux-fedora33-release.tar.xz?job=x86_64-linux-fedora33-release"
EXTRA_HC_OPTS: "-dcore-lint" EXTRA_HC_OPTS: "-dcore-lint"
rules: rules:
- if: '$UPSTREAM_COMMIT_SHA || $UPSTREAM_PIPELINE_ID' - if: '$UPSTREAM_COMMIT_SHA || $UPSTREAM_PIPELINE_ID'
......
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