summaryrefslogtreecommitdiffstats
path: root/ci/azure-patch-crates.yml
diff options
context:
space:
mode:
Diffstat (limited to 'ci/azure-patch-crates.yml')
-rw-r--r--ci/azure-patch-crates.yml16
1 files changed, 0 insertions, 16 deletions
diff --git a/ci/azure-patch-crates.yml b/ci/azure-patch-crates.yml
deleted file mode 100644
index 7bf96e60..00000000
--- a/ci/azure-patch-crates.yml
+++ /dev/null
@@ -1,16 +0,0 @@
-steps:
- - script: |
- set -e
-
- # 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 "~~~~~~~~~~~~~~~~~~~~"
- displayName: Patch Cargo.toml