aboutsummaryrefslogtreecommitdiffhomepage
path: root/dev/ci/ci-fiat-crypto.sh
diff options
context:
space:
mode:
authorGravatar Jason Gross <jgross@mit.edu>2017-06-14 12:17:40 -0400
committerGravatar Jason Gross <jgross@mit.edu>2017-06-16 15:05:32 -0400
commitc9d543d9710f5ba52423037a49499a7910a2bb26 (patch)
tree1439c3c81aa105ab3e85189df90de263a5e2b556 /dev/ci/ci-fiat-crypto.sh
parentd7bb51c69b5a274e341b1a6776baa965d98b3177 (diff)
Fix ci-fiat-crypto to have a proper lite target
The lite target depends on having the submodule cloned to generate the list of files to not build.
Diffstat (limited to 'dev/ci/ci-fiat-crypto.sh')
-rwxr-xr-xdev/ci/ci-fiat-crypto.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev/ci/ci-fiat-crypto.sh b/dev/ci/ci-fiat-crypto.sh
index c6df45a1d..ad6cb8c0e 100755
--- a/dev/ci/ci-fiat-crypto.sh
+++ b/dev/ci/ci-fiat-crypto.sh
@@ -6,5 +6,6 @@ source ${ci_dir}/ci-common.sh
fiat_crypto_CI_DIR=${CI_BUILD_DIR}/fiat-crypto
git_checkout ${fiat_crypto_CI_BRANCH} ${fiat_crypto_CI_GITURL} ${fiat_crypto_CI_DIR}
+( cd ${fiat_crypto_CI_DIR} && git submodule update --init --recursive )
( cd ${fiat_crypto_CI_DIR} && make -j ${NJOBS} lite )