Skip to content

Commit

Permalink
Fix builds for new toolchain
Browse files Browse the repository at this point in the history
Signed-off-by: Sascha Grunert <[email protected]>
  • Loading branch information
saschagrunert committed Feb 3, 2019
1 parent f27d799 commit 088fd8a
Show file tree
Hide file tree
Showing 3 changed files with 381 additions and 338 deletions.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,9 @@ jobs:
- bench-cache-{{ arch }}-{{ checksum "Cargo.lock" }}
- run:
name: Run benchmarks
command: make bench
command: |
rustup default nightly
make bench
- save_cache:
key: bench-cache-{{ arch }}-{{ checksum "Cargo.lock" }}
paths:
Expand Down
Loading

0 comments on commit 088fd8a

Please sign in to comment.