Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
abejgonzalez committed Aug 19, 2024
1 parent 76601f0 commit 7e7ebc0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/build-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,8 @@ if run_step "6"; then
set -e # Subshells un-set "set -e" so it must be re enabled
source sourceme-manager.sh --skip-ssh-setup
pushd sim
make firesim-main-classpath
# avoid directly building classpath s.t. target-injected files can be recompiled
make sbt SBT_COMMAND="compile"
popd
)
exit_if_last_command_failed
Expand Down

0 comments on commit 7e7ebc0

Please sign in to comment.