From 8f3426362dff2613ab3f680bde0c4bff84e9dd53 Mon Sep 17 00:00:00 2001 From: Abraham Gonzalez Date: Sat, 11 May 2019 18:52:13 -0700 Subject: [PATCH] need riscv-tools for verilator build --- .circleci/config.yml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 26a162e0..be9c6372 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -104,6 +104,15 @@ jobs: # Checkout the code - checkout + - run: + name: Create hash of toolchains + command: | + .circleci/create-hash.sh + + - restore_cache: + keys: + - riscv-tools-installed-v1-{{ checksum "../riscv-tools.hash" }} + - restore_cache: keys: - verilator-installed-v1-{{ checksum "sims/verisim/verilator.mk" }} @@ -138,10 +147,6 @@ jobs: keys: - riscv-tools-installed-v1-{{ checksum "../riscv-tools.hash" }} - - restore_cache: - keys: - - esp-tools-installed-v1-{{ checksum "../esp-tools.hash" }} - - restore_cache: keys: - example-{{ .Branch }}-{{ .Revision }}