Skip to content

Commit

Permalink
Merge pull request #2107 from raghav-g13/build-setup-precompile-marshal
Browse files Browse the repository at this point in the history
build-setup.sh precompile marshal sources
  • Loading branch information
abejgonzalez authored Oct 31, 2024
2 parents 85d2620 + 0a534c5 commit e268077
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 e268077

Please sign in to comment.