aboutsummaryrefslogtreecommitdiff
path: root/tools/ci/ci-fiat-crypto.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/ci/ci-fiat-crypto.sh')
-rwxr-xr-xtools/ci/ci-fiat-crypto.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/tools/ci/ci-fiat-crypto.sh b/tools/ci/ci-fiat-crypto.sh
deleted file mode 100755
index c594f83603..0000000000
--- a/tools/ci/ci-fiat-crypto.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/bash
-
-# $0 is not the safest way, but...
-ci_dir="$(dirname "$0")"
-source ${ci_dir}/ci-common.sh
-
-git clone --depth 3 https://github.com/mit-plv/fiat-crypto.git
-
-( cd fiat-crypto && make -j ${NJOBS} )
-
-# ( cd corn && make -j ${NJOBS} )
-