chore: Update runs-on to macos-14 for Mac job, add macos.mar to artifact list, and update mozconfig for Linux build

This commit is contained in:
Mauro Balades
2024-07-12 21:36:05 +02:00
parent 9297fe8f9a
commit ad79a7e318
3 changed files with 6 additions and 1 deletions

View File

@@ -582,8 +582,10 @@ jobs:
zen.source.tar.gz
linux.mar
windows.mar
macos.mar
zen.installer.exe
zen.installer.pretty.exe
zen.macos.dmg
- name: List
run: find .

View File

@@ -54,5 +54,9 @@ ac_add_options --without-wasm-sandboxed-libraries
export MOZ_REQUIRE_SIGNING=
export MOZ_TELEMETRY_REPORTING=
if test "$ZEN_CROSS_COMPILING"; then
ac_add_options --target=x86_64-pc-linux-gnu
fi
# ALWAYS MANTAIN ONE LINE BREAK AT THE END OF THIS FILE

View File

@@ -21,7 +21,6 @@ if ! test "$ZEN_CROSS_COMPILING"; then
ac_add_options --enable-linker=lld
ac_add_options --enable-strip
ac_add_options --target=x86_64-pc-linux-gnu
fi
# Disable telemetry and tracking