diff options
| author | Maxime Dénès | 2017-10-09 15:05:56 +0200 |
|---|---|---|
| committer | Maxime Dénès | 2017-10-09 15:05:56 +0200 |
| commit | c3f7302e9f6849298bbb34dc91516751444888ff (patch) | |
| tree | 0a409a093848f0e26c876d4023132bcf885e7259 /dev | |
| parent | f1598b00219a951e94036cb7f48a8fe1309025f1 (diff) | |
| parent | c04536a44bd55d6ddef3ed4f3bf2c3a1dd3bb258 (diff) | |
Merge PR #1117: [ci] Remove temporary bignums overlay.
Diffstat (limited to 'dev')
| -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} |
