diff options
| author | coqbot-app[bot] | 2020-09-04 12:35:44 +0000 |
|---|---|---|
| committer | GitHub | 2020-09-04 12:35:44 +0000 |
| commit | 99a9e6b938e8d9237779d384bc8295c1f30cbdce (patch) | |
| tree | f45ee4142bec0409b73f54ab2332a13fda824a2c /dev/ci/ci-lambda_rust.sh | |
| parent | d6e8e8cba62cdfa46b1e4dfbfd6fed55b2d72df5 (diff) | |
| parent | eec818eb30876727d31c9aa727be842578244d26 (diff) | |
Merge PR #12969: CI: build Iris examples instead of lambda-Rust
Reviewed-by: SkySkimmer
Diffstat (limited to 'dev/ci/ci-lambda_rust.sh')
| -rwxr-xr-x | dev/ci/ci-lambda_rust.sh | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/dev/ci/ci-lambda_rust.sh b/dev/ci/ci-lambda_rust.sh deleted file mode 100755 index 1ef0c2cb8f..0000000000 --- a/dev/ci/ci-lambda_rust.sh +++ /dev/null @@ -1,30 +0,0 @@ -#!/usr/bin/env bash - -ci_dir="$(dirname "$0")" -. "${ci_dir}/ci-common.sh" - -install_ssreflect - -# Setup lambda_rust first -git_download lambda_rust - -# Extract required version of Iris (avoiding "+" which does not work on MacOS :( *) -iris_CI_REF=$(grep -F coq-iris < "${CI_BUILD_DIR}/lambda_rust/opam" | sed 's/.*"dev\.[0-9][0-9.-]*\.\([0-9a-z][0-9a-z]*\)".*/\1/') - -# Setup Iris -git_download iris - -# Extract required version of std++ -stdpp_CI_REF=$(grep -F coq-stdpp < "${CI_BUILD_DIR}/iris/opam" | sed 's/.*"dev\.[0-9][0-9.-]*\.\([0-9a-z][0-9a-z]*\)".*/\1/') - -# Setup std++ -git_download stdpp - -# Build std++ -( cd "${CI_BUILD_DIR}/stdpp" && make && make install ) - -# Build and validate Iris -( cd "${CI_BUILD_DIR}/iris" && make && make validate && make install ) - -# Build lambda_rust -( cd "${CI_BUILD_DIR}/lambda_rust" && make && make install ) |
