diff options
| author | Gaëtan Gilbert | 2019-01-06 20:04:44 +0100 |
|---|---|---|
| committer | Gaëtan Gilbert | 2019-01-06 20:04:44 +0100 |
| commit | 6812ead9e4fc21fd35e48041c9e964a19ed808c7 (patch) | |
| tree | 39f2403cb3ba6b86feec51737de6b6b4a9fd4618 /dev | |
| parent | 6890cf94e29ea771b17f49ab6a748e4a805b1a0d (diff) | |
| parent | 302e42331060865b2804e3de8ee87256917983cc (diff) | |
Merge PR #9305: Remove formal-topology from CI
Diffstat (limited to 'dev')
| -rwxr-xr-x | dev/ci/ci-basic-overlay.sh | 7 | ||||
| -rwxr-xr-x | dev/ci/ci-formal-topology.sh | 8 |
2 files changed, 0 insertions, 15 deletions
diff --git a/dev/ci/ci-basic-overlay.sh b/dev/ci/ci-basic-overlay.sh index e0f4f50fa9..e4a18ce884 100755 --- a/dev/ci/ci-basic-overlay.sh +++ b/dev/ci/ci-basic-overlay.sh @@ -150,13 +150,6 @@ : "${fiat_crypto_CI_ARCHIVEURL:=${fiat_crypto_CI_GITURL}/archive}" ######################################################################## -# formal-topology -######################################################################## -: "${formal_topology_CI_REF:=ci}" -: "${formal_topology_CI_GITURL:=https://github.com/bmsherman/topology}" -: "${formal_topology_CI_ARCHIVEURL:=${formal_topology_CI_GITURL}/archive}" - -######################################################################## # coq_dpdgraph ######################################################################## : "${coq_dpdgraph_CI_REF:=coq-master}" diff --git a/dev/ci/ci-formal-topology.sh b/dev/ci/ci-formal-topology.sh deleted file mode 100755 index 8be5a06ed2..0000000000 --- a/dev/ci/ci-formal-topology.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/env bash - -ci_dir="$(dirname "$0")" -. "${ci_dir}/ci-common.sh" - -git_download formal_topology - -( cd "${CI_BUILD_DIR}/formal_topology" && make ) |
