summaryrefslogtreecommitdiff
path: root/.circleci
diff options
context:
space:
mode:
authorSteven Fackler <sfackler@gmail.com>2018-09-12 20:44:58 -0700
committerSteven Fackler <sfackler@gmail.com>2018-09-12 20:44:58 -0700
commit00641a9d6be8ce4c4c1fa5e25f14ceb5b469af6d (patch)
tree5caf97c8cb30c7491c0f6223e4f99c070f3d7bdf /.circleci
parent8c6bc774dbf2bcea664579381ac4eb4488044cea (diff)
downloadrust-openssl-00641a9d6be8ce4c4c1fa5e25f14ceb5b469af6d.zip
Stop caching the registry on osx
The cache seems to corrupt itself a lot which breaks the build. The OSX build finishes way before anything else anyway so the time save doesn't matter.
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 0e6f90e0..a7fd91b4 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -76,9 +76,7 @@ macos_job: &MACOS_JOB
- run: sudo chown -R $USER /usr/local /opt
- run: curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain 1.20.0
- run: sudo ln -s $CARGO_HOME/bin/* /usr/local/bin
- - *RESTORE_REGISTRY
- run: cargo generate-lockfile --verbose
- - *SAVE_REGISTRY
- run: echo "homebrew-x86_64-apple-darwin" > ~/lib_key
- *RESTORE_DEPS
- run: cargo run --manifest-path=systest/Cargo.toml --features "$FEATURES"