diff options
| author | Hugo Herbelin | 2018-09-15 06:07:18 +0200 |
|---|---|---|
| committer | Hugo Herbelin | 2018-09-15 06:07:18 +0200 |
| commit | c9c18edee8664e0e52ece7ef0ff83955f4eadcbd (patch) | |
| tree | dfca5cc06a2a4555f96d6eb1ac74afe5b3a64bee | |
| parent | 99ffdbbdbf2b6d5be9d5346167e63e89d8e0ee74 (diff) | |
Overlay for cross-crypto.
| -rw-r--r-- | dev/ci/user-overlays/07257-herbelin-master+fix-yet-another-unif-dep-in-alphabet.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dev/ci/user-overlays/07257-herbelin-master+fix-yet-another-unif-dep-in-alphabet.sh b/dev/ci/user-overlays/07257-herbelin-master+fix-yet-another-unif-dep-in-alphabet.sh new file mode 100644 index 0000000000..019cb8054d --- /dev/null +++ b/dev/ci/user-overlays/07257-herbelin-master+fix-yet-another-unif-dep-in-alphabet.sh @@ -0,0 +1,4 @@ +if [ "$CI_PULL_REQUEST" = "7257" ] || [ "$CI_BRANCH" = "master+fix-yet-another-unif-dep-in-alphabet" ]; then + cross_crypto_CI_REF=master+fix-coq7257-ascii-sensitive-unification + cross_crypto_CI_GITURL=https://github.com/herbelin/cross-crypto +fi |
