From 00641a9d6be8ce4c4c1fa5e25f14ceb5b469af6d Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Wed, 12 Sep 2018 20:44:58 -0700 Subject: [PATCH] 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. --- .circleci/config.yml | 2 -- 1 file changed, 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"