mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-13 06:15:33 +00:00
Multiple CircleCI fixes
This commit is contained in:
parent
1798030fc6
commit
c003fa33b4
@ -8,7 +8,7 @@ jobs:
|
|||||||
- checkout
|
- checkout
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
keys:
|
keys:
|
||||||
- lint-{{ arch }}-{{ checksum "Cargo.lock" }}
|
- lint-{{ arch }}-{{ checksum "Cargo.lock" }}-2
|
||||||
- run:
|
- run:
|
||||||
name: Install dependencies
|
name: Install dependencies
|
||||||
command: |
|
command: |
|
||||||
@ -29,7 +29,7 @@ jobs:
|
|||||||
- target/debug/.fingerprint
|
- target/debug/.fingerprint
|
||||||
- target/debug/build
|
- target/debug/build
|
||||||
- target/debug/deps
|
- target/debug/deps
|
||||||
key: lint-{{ arch }}-{{ checksum "Cargo.lock" }}
|
key: lint-{{ arch }}-{{ checksum "Cargo.lock" }}-2
|
||||||
|
|
||||||
test:
|
test:
|
||||||
docker:
|
docker:
|
||||||
@ -75,8 +75,7 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
name: Install crate dependencies
|
name: Install crate dependencies
|
||||||
command: |
|
command: |
|
||||||
brew unlink libtool
|
brew install libtool || true
|
||||||
brew uninstall libtool && brew install libtool || true
|
|
||||||
brew install autoconf cmake libffi || true
|
brew install autoconf cmake libffi || true
|
||||||
- save_cache:
|
- save_cache:
|
||||||
paths:
|
paths:
|
||||||
@ -179,8 +178,7 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
name: Install crate dependencies
|
name: Install crate dependencies
|
||||||
command: |
|
command: |
|
||||||
brew unlink libtool
|
brew install libtool || true
|
||||||
brew uninstall libtool && brew install libtool || true
|
|
||||||
brew install autoconf cmake libffi || true
|
brew install autoconf cmake libffi || true
|
||||||
- save_cache:
|
- save_cache:
|
||||||
paths:
|
paths:
|
||||||
|
Loading…
Reference in New Issue
Block a user