From 26a238314bcc35073ec8dcf55b0393efd192d345 Mon Sep 17 00:00:00 2001 From: Mauro Balades Date: Sat, 11 May 2024 13:26:01 +0200 Subject: [PATCH] chore: Update alpha.yml workflow to include check-release job --- .github/workflows/alpha.yml | 2 ++ .github/workflows/src/windows_mozconfig | 1 + configs/common/mozconfig | 2 ++ 3 files changed, 5 insertions(+) diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml index 5022d893f..f1398753a 100644 --- a/.github/workflows/alpha.yml +++ b/.github/workflows/alpha.yml @@ -291,6 +291,8 @@ jobs: cd engine/ echo "export LIB=\"$(cd ~/.mozbuild/clang/lib/clang/* && cd lib/windows && pwd)\"" >> ../configs/common/mozconfig cat ../configs/common/mozconfig + + ls ~/win-cross/nsis || true - name: setup Rust run: | diff --git a/.github/workflows/src/windows_mozconfig b/.github/workflows/src/windows_mozconfig index 9001548af..946521b99 100644 --- a/.github/workflows/src/windows_mozconfig +++ b/.github/workflows/src/windows_mozconfig @@ -17,3 +17,4 @@ export MOZ_MAINTENANCE_SERVICE= export MOZ_PKG_FORMAT=TAR export MOZ_LTO=cross +export MAKENSISU="$(echo ~)/win-cross/nsis/makensisu.exe" \ No newline at end of file diff --git a/configs/common/mozconfig b/configs/common/mozconfig index 7cf97ce33..f480cf204 100644 --- a/configs/common/mozconfig +++ b/configs/common/mozconfig @@ -1,5 +1,7 @@ # Browser branding ac_add_options --enable-update-channel=release +ac_add_options --with-ccache=sccache +ac_add_options --without-wasm-sandboxed-libraries # ac_add_options --with-branding=beta