diff options
| author | Steven Fackler <[email protected]> | 2018-01-23 21:04:04 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-01-23 21:04:04 -0800 |
| commit | 38ddad99afaec28f59ea8690902a489d4092aa8b (patch) | |
| tree | 5a9987b2b359800af7880de6a85a4bc31c2e7fc9 | |
| parent | Debug OSX build failures (diff) | |
| download | rust-openssl-38ddad99afaec28f59ea8690902a489d4092aa8b.tar.xz rust-openssl-38ddad99afaec28f59ea8690902a489d4092aa8b.zip | |
Evict registry cache
It looks like the OSX build failures were caused by a corrupted repo.
| -rw-r--r-- | .circleci/config.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index c8f6aecf..d39f47df 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,9 +1,9 @@ restore_registry: &RESTORE_REGISTRY restore_cache: - key: registry + key: registry-2 save_registry: &SAVE_REGISTRY save_cache: - key: registry-{{ .BuildNum }} + key: registry-2-{{ .BuildNum }} paths: - /usr/local/cargo/registry/index openssl_key: &OPENSSL_KEY |