Skip to content

Commit

Permalink
Merge pull request #3 from ucb-bar/pr/933
Browse files Browse the repository at this point in the history
Push .sbtopt CI fix
  • Loading branch information
zslwyuan authored Aug 24, 2021
2 parents 32a4810 + 15a5ac0 commit 3532fba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/do-rtl-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ cd $LOCAL_CHIPYARD_DIR
./scripts/init-submodules-no-riscv-tools.sh
./scripts/init-fpga.sh

# replace the workspace dir with a local dir so you can copy around
sed -i -E 's/(workspace=).*(\/tools)/\1$PWD\2/g' .sbtopts

# set stricthostkeychecking to no (must happen before rsync)
run "echo \"Ping $SERVER\""

Expand Down
3 changes: 3 additions & 0 deletions .circleci/run-firesim-scala-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ cd $LOCAL_CHIPYARD_DIR/sims/firesim
./scripts/build-libdwarf.sh
cd $LOCAL_CHIPYARD_DIR

# replace the workspace dir with a local dir so you can copy around
sed -i -E 's/(workspace=).*(\/tools)/\1$PWD\2/g' .sbtopts

make -C $LOCAL_CHIPYARD_DIR/tools/dromajo/dromajo-src/src

# set stricthostkeychecking to no (must happen before rsync)
Expand Down

0 comments on commit 3532fba

Please sign in to comment.