aboutsummaryrefslogtreecommitdiff
path: root/dev/ci/ci-basic-overlay.sh
diff options
context:
space:
mode:
authorGaëtan Gilbert2018-10-05 12:36:52 +0200
committerGaëtan Gilbert2018-10-05 12:37:38 +0200
commit451ce02b8adabe9a59e9b3ca437bf6d77f7ffffc (patch)
tree23fcbefc764bc40711cde67be2158d2bb494a3f0 /dev/ci/ci-basic-overlay.sh
parent3f2a6d8e99f31bbd9383119cac39ed0bcaabc37d (diff)
CI: fix Iris and stdpp ref selection
This was broken due to a typo when introducing the archive download method. We also remove default [master] values from basic-overlay which hid this issue.
Diffstat (limited to 'dev/ci/ci-basic-overlay.sh')
-rwxr-xr-xdev/ci/ci-basic-overlay.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/dev/ci/ci-basic-overlay.sh b/dev/ci/ci-basic-overlay.sh
index 1b1aeafa0d..511eaaba9c 100755
--- a/dev/ci/ci-basic-overlay.sh
+++ b/dev/ci/ci-basic-overlay.sh
@@ -49,11 +49,12 @@
########################################################################
# Iris
########################################################################
-: "${stdpp_CI_REF:=master}"
+
+# NB: stdpp and Iris refs are gotten from the opam files in the Iris
+# and lambdaRust repos respectively.
: "${stdpp_CI_GITURL:=https://gitlab.mpi-sws.org/robbertkrebbers/coq-stdpp}"
: "${stdpp_CI_ARCHIVEURL:=${stdpp_CI_GITURL}/-/archive}"
-: "${Iris_CI_REF:=master}"
: "${Iris_CI_GITURL:=https://gitlab.mpi-sws.org/FP/iris-coq}"
: "${Iris_CI_ARCHIVEURL:=${Iris_CI_GITURL}/-/archive}"