Skip to content

Commit

Permalink
add coursier cache to firesim/midas tests
Browse files Browse the repository at this point in the history
  • Loading branch information
abejgonzalez committed May 28, 2020
1 parent bbc03f6 commit 4972866
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/run-firesim-scala-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,5 @@ run "export RISCV=\"$TOOLS_DIR\"; \
export FIRESIM_ENV_SOURCED=1; \
export PATH=\"$REMOTE_VERILATOR_DIR/bin:\$PATH\"; \
export VERILATOR_ROOT=\"$REMOTE_VERILATOR_DIR\"; \
export COURSIER_CACHE=\"$REMOTE_WORK_DIR/.coursier-cache\"; \
make -C $REMOTE_FIRESIM_DIR JAVA_ARGS=\"$REMOTE_JAVA_ARGS\" testOnly ${mapping[$1]}"
1 change: 1 addition & 0 deletions .circleci/run-midasexamples-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,5 @@ run "export RISCV=\"$TOOLS_DIR\"; \
export FIRESIM_ENV_SOURCED=1; \
export PATH=\"$REMOTE_VERILATOR_DIR/bin:\$PATH\"; \
export VERILATOR_ROOT=\"$REMOTE_VERILATOR_DIR\"; \
export COURSIER_CACHE=\"$REMOTE_WORK_DIR/.coursier-cache\"; \
make -C $REMOTE_FIRESIM_DIR JAVA_ARGS=\"$REMOTE_JAVA_ARGS\" TARGET_PROJECT=midasexamples test"

0 comments on commit 4972866

Please sign in to comment.