Skip to content

Commit

Permalink
feat: remove legacy table rotation (#389)
Browse files Browse the repository at this point in the history
* feat: remove legacy table rotation

SYNC-3741

* refactor: kill no longer used hello, etc and prototype client.rs

* chore: allow clearing the cache via an env var
  • Loading branch information
pjenvey authored Jun 14, 2023
1 parent 5bd0933 commit 6aa107f
Show file tree
Hide file tree
Showing 12 changed files with 28 additions and 1,019 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
key: python-v1-{{ checksum "tests/requirements.txt" }}-{{ checksum "tests/test_integration_all_rust.py"}}
- restore_cache:
name: Restoring Rust cache
key: rust-v1-{{ .Branch }}-{{ checksum "Cargo.lock" }}
key: rust-v1-{{ .Environment.CACHE_VERSION }}-{{ .Branch }}-{{ checksum "Cargo.lock" }}
- run:
name: Set up system
command: |
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
- /home/circleci/.local/lib/
- save_cache:
name: Save Rust cache
key: rust-v1-{{ .Branch }}-{{ checksum "Cargo.lock" }}
key: rust-v1-{{ .Environment.CACHE_VERSION }}-{{ .Branch }}-{{ checksum "Cargo.lock" }}
paths:
- target
- ~/.cargo/registry
Expand Down
Loading

0 comments on commit 6aa107f

Please sign in to comment.