[Git][ghc/ghc][wip/ghcup-ci] 2 commits: fix
Matthew Pickering (@mpickering)
gitlab at gitlab.haskell.org
Thu Jan 12 08:52:25 UTC 2023
Matthew Pickering pushed to branch wip/ghcup-ci at Glasgow Haskell Compiler / GHC
Commits:
ae1118c3 by Matthew Pickering at 2023-01-12T08:47:33+00:00
fix
- - - - -
89391dc2 by Matthew Pickering at 2023-01-12T08:52:20+00:00
debug
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -166,7 +166,9 @@ not-interruptible:
stage: not-interruptible
script: "true"
interruptible: false
- image: "registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-deb10:$DOCKER_REV"
+ image: "debian:10"
+ variables:
+ GIT_STRATEGY: none
tags:
- lint
rules:
@@ -1002,7 +1004,9 @@ project-version:
- x86_64-linux
variables:
BUILD_FLAVOUR: default
+ GIT_SUBMODULE_STRATEGY: "none"
before_script:
+ - ls
# Calculate the project version
- source version.sh
@@ -1045,6 +1049,7 @@ ghcup-metadata-nightly:
needs:
- job: project-version
script:
+ - export CI_PIPLINE_ID=61347
- .gitlab/mk_ghcup_metadata.py --metadata ghcup-0.0.7.yaml --pipeline-id="$CI_PIPELINE_ID" --version="$ProjectVersion" > "metadata_test.yaml"
rules:
- if: $NIGHTLY
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/b5d7ff9ad62f99983c6b2d5be2f37a5ff56fb558...89391dc28e4ad668f5932b90656b0b97596acd76
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/b5d7ff9ad62f99983c6b2d5be2f37a5ff56fb558...89391dc28e4ad668f5932b90656b0b97596acd76
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20230112/0f461e73/attachment-0001.html>
More information about the ghc-commits
mailing list