Skip to content

Commit cc97b19

Browse files
committed
Comment out VM cache
1 parent 2d0f2de commit cc97b19

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.circleci/config.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -460,9 +460,9 @@ jobs:
460460
- run:
461461
name: Version information
462462
command: rustc --version; cargo --version; rustup --version; rustup target list --installed
463-
- restore_cache:
464-
keys:
465-
- cargocache-v2-package_vm-rust:1.74-{{ checksum "Cargo.lock" }}
463+
#- restore_cache:
464+
# keys:
465+
# - cargocache-v2-package_vm-rust:1.74-{{ checksum "Cargo.lock" }}
466466
- run:
467467
name: Build
468468
working_directory: ~/project/packages/vm
@@ -485,13 +485,13 @@ jobs:
485485
command: |
486486
cargo build --locked --example multi_threaded_cache
487487
time ../../target/debug/examples/multi_threaded_cache >/dev/null
488-
- save_cache:
489-
paths:
490-
- /usr/local/cargo/registry
491-
- target/debug/.fingerprint
492-
- target/debug/build
493-
- target/debug/deps
494-
key: cargocache-v2-package_vm-rust:1.74-{{ checksum "Cargo.lock" }}
488+
#- save_cache:
489+
# paths:
490+
# - /usr/local/cargo/registry
491+
# - target/debug/.fingerprint
492+
# - target/debug/build
493+
# - target/debug/deps
494+
# key: cargocache-v2-package_vm-rust:1.74-{{ checksum "Cargo.lock" }}
495495

496496
package_vm_derive:
497497
docker:

0 commit comments

Comments
 (0)