Multiple CircleCI fixes

This commit is contained in:
Syrus 2019-01-18 12:05:29 -08:00
parent 1798030fc6
commit c003fa33b4

View File

@ -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: