Unverified Commit 38ddad99 authored by Steven Fackler's avatar Steven Fackler Committed by GitHub
Browse files

Evict registry cache

It looks like the OSX build failures were caused by a corrupted repo.
parent c3fb53b7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
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