File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 38
38
TERM : xterm
39
39
steps :
40
40
- 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" }}
44
44
- run :
45
45
name : Bootstrap Boost
46
46
command : |
@@ -49,11 +49,11 @@ jobs:
49
49
name : Build
50
50
command : |
51
51
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
57
57
- store_artifacts :
58
58
path : build/libsolc/soljson.js
59
59
destination : soljson.js
You can’t perform that action at this time.
0 commit comments