summaryrefslogtreecommitdiffstats
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2020-07-24 16:28:24 -0700
committerGitHub <noreply@github.com>2020-07-24 16:28:24 -0700
commit9943acda81e19563c9f35ad2426e473732760e75 (patch)
treef73298e9a38e90b15756634558d0c9e103544853 /.cirrus.yml
parent4fca1974e9d9f95fab7d723619294cb4b2dcebbb (diff)
chore: complete CI migration to Github Actions (#2680)
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml12
1 files changed, 0 insertions, 12 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 7a5f9a6d..fa035e81 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -19,18 +19,6 @@ task:
- |
echo "~~~~ rustc --version ~~~~"
rustc --version
-
- # Remove any existing patch statements
- mv Cargo.toml Cargo.toml.bck
- sed -n '/\[patch.crates-io\]/q;p' Cargo.toml.bck > Cargo.toml
-
- # Patch all crates
- cat ci/patch.toml >> Cargo.toml
-
- # Print `Cargo.toml` for debugging
- echo "~~~~ Cargo.toml ~~~~"
- cat Cargo.toml
- echo "~~~~~~~~~~~~~~~~~~~~"
test_script:
- . $HOME/.cargo/env
- cargo test --all