@@ -125,24 +125,24 @@ jobs:
125125 # elements proportional to the cross product.
126126 include :
127127
128- - name : ci
129- runner : ubuntu-latest
130- command : cabal
131- ghc_version : head
132- # The URL may change, to find a working URL go to https://gitlab.haskell.org/ghc/ghc/-/jobs/
133- # Find a debian10/11/12 job, click on a passed/failed status, at the
134- # end of the output you will find the tar.xz name, put that tar
135- # name after "raw/", and put the job name after "job=".
136- # Also see https://github.com/mpickering/ghc-artefact-nix/blob/master/gitlab-artifact.nix
137- #
138- # May also use ghcup for installing ghc head version, use the
139- # version "LatestNightly", and the following config:
140- # ghcup config add-release-channel https://ghc.gitlab.haskell.org/ghcup-metadata/ghcup-nightlies-0.0.7.yaml
141- # WARNING! cannot use # comments inside pack_options.
142- pack_options : >-
143- GHCUP_GHC_OPTIONS="-u https://gitlab.haskell.org/ghc/ghc/-/jobs/artifacts/master/raw/ghc-x86_64-linux-deb10-int_native-validate.tar.xz?job=x86_64-linux-deb10-int_native-validate"
144- CABAL_PROJECT=cabal.project.ghc-head
145- DISABLE_SDIST_BUILD="y"
128+ # - name: ci
129+ # runner: ubuntu-latest
130+ # command: cabal
131+ # ghc_version: head
132+ # # The URL may change, to find a working URL go to https://gitlab.haskell.org/ghc/ghc/-/jobs/
133+ # # Find a debian10/11/12 job, click on a passed/failed status, at the
134+ # # end of the output you will find the tar.xz name, put that tar
135+ # # name after "raw/", and put the job name after "job=".
136+ # # Also see https://github.com/mpickering/ghc-artefact-nix/blob/master/gitlab-artifact.nix
137+ # #
138+ # # May also use ghcup for installing ghc head version, use the
139+ # # version "LatestNightly", and the following config:
140+ # # ghcup config add-release-channel https://ghc.gitlab.haskell.org/ghcup-metadata/ghcup-nightlies-0.0.7.yaml
141+ # # WARNING! cannot use # comments inside pack_options.
142+ # pack_options: >-
143+ # GHCUP_GHC_OPTIONS="-u https://gitlab.haskell.org/ghc/ghc/-/jobs/artifacts/master/raw/ghc-x86_64-linux-deb10-int_native-validate.tar.xz?job=x86_64-linux-deb10-int_native-validate"
144+ # CABAL_PROJECT=cabal.project.ghc-head
145+ # DISABLE_SDIST_BUILD="y"
146146
147147 - name : ci
148148 runner : ubuntu-latest
0 commit comments