diff options
| author | Enrico Tassi | 2018-05-13 10:53:41 +0200 |
|---|---|---|
| committer | Gaƫtan Gilbert | 2018-05-30 15:20:26 +0200 |
| commit | 3490e3c0b7bbd574228725f8132082c519d0f1a2 (patch) | |
| tree | 2445421a17bb732c82e4327ae12dd62eca899099 /dev | |
| parent | a52a2d2110fcf20d532a2005c1957cba0d2c4043 (diff) | |
overlay triggering bug #7472 (that #7495) is supposed to fix
Diffstat (limited to 'dev')
| -rw-r--r-- | dev/ci/user-overlays/07495-gares-elpi-test-bug.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dev/ci/user-overlays/07495-gares-elpi-test-bug.sh b/dev/ci/user-overlays/07495-gares-elpi-test-bug.sh new file mode 100644 index 0000000000..6939ead2ba --- /dev/null +++ b/dev/ci/user-overlays/07495-gares-elpi-test-bug.sh @@ -0,0 +1,8 @@ +if [ "$CI_PULL_REQUEST" = "7495" ] || [ "$CI_BRANCH" = "fix-restrict" ]; then + + # this branch contains a commit not present on coq-master that triggers + # the universe restriction bug #7472 + Elpi_CI_BRANCH=overlay-7495 + Elpi_CI_GITURL=https://github.com/LPCIC/coq-elpi.git + +fi |
