diff options
| author | Théo Zimmermann | 2017-10-04 10:08:35 +0200 |
|---|---|---|
| committer | Théo Zimmermann | 2017-10-04 10:08:46 +0200 |
| commit | c04536a44bd55d6ddef3ed4f3bf2c3a1dd3bb258 (patch) | |
| tree | b00187e9440faa68de462609f5edb5ff812352d1 /dev/ci | |
| parent | 2b9a34e2ffb2bf066b3b0f8452e35622519cae1c (diff) | |
[ci] Remove temporary bignums overlay.
Diffstat (limited to 'dev/ci')
| -rw-r--r-- | dev/ci/ci-basic-overlay.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/ci/ci-basic-overlay.sh b/dev/ci/ci-basic-overlay.sh index 8e7265969b..43525dcd40 100644 --- a/dev/ci/ci-basic-overlay.sh +++ b/dev/ci/ci-basic-overlay.sh @@ -127,5 +127,5 @@ ######################################################################## # Bignums ######################################################################## -: ${bignums_CI_BRANCH:=fix-thunk-printer} -: ${bignums_CI_GITURL:=https://github.com/ppedrot/bignums.git} +: ${bignums_CI_BRANCH:=master} +: ${bignums_CI_GITURL:=https://github.com/coq/bignums.git} |
