mirror of
https://github.com/fluencelabs/wasmer
synced 2025-04-25 10:22:19 +00:00
Re-enable circleci cache
This commit is contained in:
parent
82bf7ea147
commit
0ab8a045b9
@ -86,6 +86,10 @@ jobs:
|
|||||||
xcode: "9.0"
|
xcode: "9.0"
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
|
- restore_cache:
|
||||||
|
keys:
|
||||||
|
- v8-cargo-cache-darwin-stable-{{ arch }}-{{ checksum "Cargo.lock" }}
|
||||||
|
# - v8-cargo-cache-darwin-stable-{{ arch }}
|
||||||
- run:
|
- run:
|
||||||
name: Install crate dependencies
|
name: Install crate dependencies
|
||||||
command: |
|
command: |
|
||||||
@ -130,6 +134,16 @@ jobs:
|
|||||||
export PATH="`pwd`/cmake-3.4.1-Darwin-x86_64/CMake.app/Contents/bin:$PATH"
|
export PATH="`pwd`/cmake-3.4.1-Darwin-x86_64/CMake.app/Contents/bin:$PATH"
|
||||||
export LLVM_SYS_70_PREFIX="`pwd`/clang+llvm-7.0.0-x86_64-apple-darwin/"
|
export LLVM_SYS_70_PREFIX="`pwd`/clang+llvm-7.0.0-x86_64-apple-darwin/"
|
||||||
make integration-tests
|
make integration-tests
|
||||||
|
- save_cache:
|
||||||
|
paths:
|
||||||
|
- ~/.cargo/registry/
|
||||||
|
- target/debug/.fingerprint
|
||||||
|
- target/debug/build
|
||||||
|
- target/debug/deps
|
||||||
|
- target/release/.fingerprint
|
||||||
|
- target/release/build
|
||||||
|
- target/release/deps
|
||||||
|
key: v8-cargo-cache-darwin-stable-{{ arch }}-{{ checksum "Cargo.lock" }}
|
||||||
|
|
||||||
test-and-build:
|
test-and-build:
|
||||||
docker:
|
docker:
|
||||||
@ -358,7 +372,6 @@ jobs:
|
|||||||
-d build_parameters[CIRCLE_JOB]=bench \
|
-d build_parameters[CIRCLE_JOB]=bench \
|
||||||
https://circleci.com/api/v1.1/project/github/wasmerio/wasmer-bench/tree/master
|
https://circleci.com/api/v1.1/project/github/wasmerio/wasmer-bench/tree/master
|
||||||
fi
|
fi
|
||||||
|
|
||||||
workflows:
|
workflows:
|
||||||
version: 2
|
version: 2
|
||||||
main:
|
main:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user