chore: Update Windows build workflows to include windows-profdata-specific artifact

This commit is contained in:
mauro-balades
2024-09-02 01:43:15 +02:00
parent 13b78a8fc1
commit 753a34eebf
3 changed files with 11 additions and 19 deletions

View File

@@ -58,12 +58,7 @@ if test "$ZEN_GA_GENERATE_PROFILE"; then
ac_add_options --enable-profile-generate=cross
else
ac_add_options --enable-profile-use=cross
if test "$SURFER_COMPAT" = "true"; then
ac_add_options --with-pgo-profile-path=$(echo ~)/artifact/merged-generic.profdata
ac_add_options --with-pgo-jarlog=$(echo ~)/artifact/en-US-generic.log
else
ac_add_options --with-pgo-profile-path=$(echo ~)/artifact/merged-specific.profdata
ac_add_options --with-pgo-jarlog=$(echo ~)/artifact/en-US-specific.log
fi
ac_add_options --with-pgo-profile-path=$(echo ~)/artifact/merged.profdata
ac_add_options --with-pgo-jarlog=$(echo ~)/artifact/en-US.log
fi