From 25e2785cacfe1a28049687b7ffc4139208d20f3b Mon Sep 17 00:00:00 2001 From: Mauro Balades Date: Sat, 11 May 2024 13:46:57 +0200 Subject: [PATCH] chore: Update windows_mozconfig to enable bootstrap and maintain one line break at the end of the file --- .github/workflows/src/windows_mozconfig | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/src/windows_mozconfig b/.github/workflows/src/windows_mozconfig index f11e9c689..ff793d061 100644 --- a/.github/workflows/src/windows_mozconfig +++ b/.github/workflows/src/windows_mozconfig @@ -11,10 +11,13 @@ 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 --enable-bootstrap export MOZ_STUB_INSTALLER=1 export MOZ_MAINTENANCE_SERVICE= export MOZ_PKG_FORMAT=TAR export MOZ_LTO=cross -export MAKENSISU="$(echo ~)/win-cross/nsis/makensis.exe" \ No newline at end of file + +# ALWAYS MANTAIN ONE LINE BREAK AT THE END OF THIS FILE +