diff --git a/.github/workflows/windows-profile-build.yml b/.github/workflows/windows-profile-build.yml index 21805ac8..39ee7f0d 100644 --- a/.github/workflows/windows-profile-build.yml +++ b/.github/workflows/windows-profile-build.yml @@ -65,7 +65,7 @@ jobs: - name: Setup run: | (New-Object System.Net.WebClient).DownloadFile("https://ftp.mozilla.org/pub/mozilla/libraries/win32/MozillaBuildSetup-Latest.exe", "C:\MozillaBuildSetup-Latest.exe") - C:\MozillaBuildSetup-Latest.exe /S | out-null + C:\MozillaBuildSetup-Latest.exe /S - name: Download Firefox and dependencies if: ${{ matrix.arch == 'x86_64' }} @@ -90,7 +90,6 @@ jobs: echo "cd $workspace_dir" '' >> mozilla-build-run.sh echo 'export PATH=/c/mozilla-build/msys2/usr/bin:$PATH' '' >> mozilla-build-run.sh echo './mach --no-interactive bootstrap --application-choice browser' '' >> mozilla-build-run.sh - echo 'ls /c/Users/runneradmin/.mozbuild/clang/bin' '' >> mozilla-build-run.sh echo 'LLVM_PROFDATA=/c/Users/runneradmin/.mozbuild/clang/bin/llvm-profdata.exe JARLOG_FILE=en-US.log ./mach python build/pgo/profileserver.py --binary /c/artifact/zen/zen.exe' '' >> mozilla-build-run.sh C:\mozilla-build\start-shell.bat $workspace_dir_current\mozilla-build-run.sh diff --git a/configs/windows/mozconfig b/configs/windows/mozconfig index 255232ce..159f2fea 100644 --- a/configs/windows/mozconfig +++ b/configs/windows/mozconfig @@ -30,7 +30,7 @@ if test "$SURFER_COMPAT" = "x86_64"; then ac_add_options --target=x86_64-pc-windows-msvc ac_add_options --enable-eme=widevine,wmfcdm - ac_add_options --disable-jemalloc +# ac_add_options --disable-jemalloc ac_add_options --enable-optimize="-O3 -w -ftree-vectorize -mfpmath=sse -mprfchw -msse3 -mcx16 -msahf" diff --git a/package-lock.json b/package-lock.json index 083043e3..3441e7ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "MPL-2.0", "dependencies": { - "@zen-browser/surfer": "^1.11.2" + "@zen-browser/surfer": "^1.11.3" }, "devDependencies": { "husky": "^9.1.7", @@ -288,9 +288,9 @@ "license": "MIT" }, "node_modules/@zen-browser/surfer": { - "version": "1.11.2", - "resolved": "https://registry.npmjs.org/@zen-browser/surfer/-/surfer-1.11.2.tgz", - "integrity": "sha512-YJA2qD4t528eeLnAXNt1jcMnTANgMTOrlo3O/6BYkWjqBxut7NI33uMV3hEIX6zCI0vUxISrbNqkGgiijt5+Rw==", + "version": "1.11.3", + "resolved": "https://registry.npmjs.org/@zen-browser/surfer/-/surfer-1.11.3.tgz", + "integrity": "sha512-VOxHeCNenL6F5IreNraEpkXYrrqun3vWp+5AEJ6TqPt64+KYs24AAtGhIiiwqCTfp5Tq2dWicGOwcV9JztLF2w==", "dependencies": { "@resvg/resvg-js": "^1.4.0", "async-icns": "^1.0.2", diff --git a/package.json b/package.json index 0e38400a..54b56523 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ }, "homepage": "https://github.com/zen-browser/desktop#readme", "dependencies": { - "@zen-browser/surfer": "^1.11.2" + "@zen-browser/surfer": "^1.11.3" }, "devDependencies": { "husky": "^9.1.7",