diff options
| author | Jason Gross | 2020-02-02 14:37:57 -0500 |
|---|---|---|
| committer | Jason Gross | 2020-02-02 14:54:13 -0500 |
| commit | 9e8798e29b8c5ecda99661e2bc44b167ed78a343 (patch) | |
| tree | 41206125cc3b403f841a326039b4988434dfdd21 /Makefile.ci | |
| parent | e5da14f87fea2e99b5e4e70dc6340f40daaef41f (diff) | |
[ci] [fiat-crypto] Use the pinned bedrock2
Fiat-Crypto does not guarantee compatibility with the tip of bedrock2,
only with the pinned version, and bedrock2 is still relatively unstable.
So we make the CI not have Fiat-Crypto depend on bedrock2, and instead
use the pinned submodule, by using `EXTERNAL_REWRITER=1
EXTERNAL_COQPRIME=1` rather than `EXTERNAL_DEPENDENCIES=1`.
Diffstat (limited to 'Makefile.ci')
| -rw-r--r-- | Makefile.ci | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.ci b/Makefile.ci index 4fc0e69748..10c3b027c3 100644 --- a/Makefile.ci +++ b/Makefile.ci @@ -65,7 +65,7 @@ ci-math-classes: ci-bignums ci-corn: ci-math-classes -ci-fiat-crypto: ci-bedrock2 ci-coqprime ci-rewriter +ci-fiat-crypto: ci-coqprime ci-rewriter ci-simple-io: ci-ext-lib ci-quickchick: ci-ext-lib ci-simple-io |
