refactor: Update alpha.yml workflow to use flat-manager v6.1 for uploading flatpak bundle

This commit is contained in:
Mauro Balades
2024-07-26 09:19:18 +02:00
parent 5c5608938d
commit 22dfa8daec
4 changed files with 32 additions and 30 deletions

View File

@@ -27,15 +27,14 @@ export WINE="$TOOLS/wine/bin/wine64"
ac_add_options --disable-maintenance-service
ac_add_options --disable-bits-download
# if test "$ZEN_GA_GENERATE_PROFILE"; then
# mk_add_options "export MOZ_AUTOMATION_PACKAGE_GENERATED_SOURCES=0"
# ac_add_options --enable-profile-generate=cross
# ac_add_options --without-wasm-sandboxed-libraries
# else
ac_add_options --disable-profiling
# ac_add_options --enable-profile-use=cross
# ac_add_options --with-pgo-profile-path=$(echo ~)/artifact/merged.profdata
# ac_add_options --with-pgo-jarlog=$(echo ~)/artifact/en-US.log
# fi
if test "$ZEN_GA_GENERATE_PROFILE"; then
mk_add_options "export MOZ_AUTOMATION_PACKAGE_GENERATED_SOURCES=0"
ac_add_options --enable-profile-generate=cross
else
ac_add_options --disable-profiling
ac_add_options --enable-profile-use=cross
ac_add_options --with-pgo-profile-path=$(echo ~)/artifact/merged.profdata
ac_add_options --with-pgo-jarlog=$(echo ~)/artifact/en-US.log
fi
# ALWAYS MANTAIN ONE LINE BREAK AT THE END OF THIS FILE