From 9e8798e29b8c5ecda99661e2bc44b167ed78a343 Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Sun, 2 Feb 2020 14:37:57 -0500 Subject: [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`. --- Makefile.ci | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.ci') 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 -- cgit v1.2.3