mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
CircleCI: always rebuilt boost cache after emscripten udpate
This commit is contained in:
parent
a582f0bec1
commit
272566ac93
@ -41,7 +41,7 @@ jobs:
|
|||||||
- checkout
|
- checkout
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
name: Restore Boost build
|
name: Restore Boost build
|
||||||
key: &boost-cache-key emscripten-boost-{{ checksum "scripts/travis-emscripten/install_deps.sh" }}{{ checksum "scripts/travis-emscripten/build_emscripten.sh" }}
|
key: &boost-cache-key emscripten-boost-{{ checksum "scripts/travis-emscripten/install_deps.sh" }}{{ checksum "scripts/build_emscripten.sh" }}{{ checksum "scripts/travis-emscripten/build_emscripten.sh" }}
|
||||||
- run:
|
- run:
|
||||||
name: Bootstrap Boost
|
name: Bootstrap Boost
|
||||||
command: |
|
command: |
|
||||||
|
Loading…
Reference in New Issue
Block a user