Commit 00641a9d authored by Steven Fackler's avatar Steven Fackler
Browse files

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.
parent 8c6bc774
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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"