Skip to content

Commit 81dd845

Browse files
committed
Disable circleci caches.
1 parent fe53dd7 commit 81dd845

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.circleci/config.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ jobs:
3838
TERM: xterm
3939
steps:
4040
- checkout
41-
- restore_cache:
42-
name: Restore Boost build
43-
key: &boost-cache-key emscripten-boost-{{ checksum "scripts/travis-emscripten/install_deps.sh" }}{{ checksum "scripts/travis-emscripten/build_emscripten.sh" }}
41+
# - restore_cache:
42+
# name: Restore Boost build
43+
# key: &boost-cache-key emscripten-boost-{{ checksum "scripts/travis-emscripten/install_deps.sh" }}{{ checksum "scripts/travis-emscripten/build_emscripten.sh" }}
4444
- run:
4545
name: Bootstrap Boost
4646
command: |
@@ -49,11 +49,11 @@ jobs:
4949
name: Build
5050
command: |
5151
scripts/travis-emscripten/build_emscripten.sh
52-
- save_cache:
53-
name: Save Boost build
54-
key: *boost-cache-key
55-
paths:
56-
- boost_1_67_0
52+
# - save_cache:
53+
# name: Save Boost build
54+
# key: *boost-cache-key
55+
# paths:
56+
# - boost_1_67_0
5757
- store_artifacts:
5858
path: build/libsolc/soljson.js
5959
destination: soljson.js

0 commit comments

Comments
 (0)