chore: Update Windows profile build workflow to use x86_64-pc-mingw32 target

This commit is contained in:
Mauro Balades
2024-07-23 11:56:09 +02:00
parent 9c6b0912a5
commit a7fe238a71
3 changed files with 5 additions and 8 deletions

View File

@@ -7,8 +7,7 @@ export WINEDEBUG=-all
#? https://bugzilla.mozilla.org/show_bug.cgi?id=1617793
#? https://phabricator.services.mozilla.com/D170170
ac_add_options --target=x86_64-pc-windows-msvc
ac_add_options --with-toolchain-prefix=x86_64-pc-mingw32
ac_add_options --target=x86_64-pc-mingw32
export MOZ_STUB_INSTALLER=1
export MOZ_PKG_FORMAT=TAR
@@ -35,7 +34,6 @@ 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
ac_add_options --enable-proxy-bypass-protection
else
ac_add_options --disable-profiling
ac_add_options --enable-profile-use=cross