Skip to content

Commit

Permalink
build-setup.sh precompile marshal sources
Browse files Browse the repository at this point in the history
Avoid clean/delete of br-base
Build bare-base
  • Loading branch information
raghav-g13 authored Oct 30, 2024
1 parent 85d2620 commit 0a534c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ if run_step "8"; then
begin_step "9" "Pre-compiling FireMarshal buildroot sources"
source $CYDIR/scripts/fix-open-files.sh &&
./marshal $VERBOSE_FLAG build br-base.json &&
./marshal $VERBOSE_FLAG clean br-base.json
./marshal $VERBOSE_FLAG build bare-base.json
exit_if_last_command_failed
fi
popd
Expand Down

0 comments on commit 0a534c5

Please sign in to comment.