chore: Disable wasm sandboxing for the sake of my sanity

This commit is contained in:
Mauro Balades
2024-07-10 21:43:53 +02:00
parent d087a26af2
commit 4c6f9ef06c
3 changed files with 4 additions and 9 deletions

View File

@@ -165,10 +165,6 @@ jobs:
sudo apt-get install dos2unix yasm nasm build-essential libgtk2.0-dev libpython3-dev m4 uuid libasound2-dev libcurl4-openssl-dev libdbus-1-dev libdrm-dev libdbus-glib-1-dev libdbus-glib-1-dev libgtk-3-dev libpulse-dev libx11-xcb-dev libxt-dev xvfb lld llvm
pip install pycairo testresources
- name: Disable wasm sandboxing for the sake of my sanity
run: |
echo "ac_add_options --without-wasm-sandboxed-libraries" >> mozconfig
- name: Free up space
run: |
sudo rm -rf /usr/share/dotnet
@@ -294,11 +290,6 @@ jobs:
- name: Download
run: pnpm surfer download
- name: Disable wasm sandboxing for the sake of my sanity
run: |
cd engine/
echo "ac_add_options --without-wasm-sandboxed-libraries" >> mozconfig
- name: Free up space
run: |
sudo rm -rf /usr/share/dotnet

View File

@@ -15,5 +15,7 @@ export MOZ_MAINTENANCE_SERVICE=
export MOZ_PKG_FORMAT=TAR
export MOZ_LTO=cross
ac_add_options RUSTC_OPT_LEVEL=3
# ALWAYS MANTAIN ONE LINE BREAK AT THE END OF THIS FILE

View File

@@ -36,5 +36,7 @@ ac_add_options --with-ccache=sccache
ac_add_options --disable-debug
ac_add_options --enable-updater
ac_add_options --without-wasm-sandboxed-libraries
# ALWAYS MANTAIN ONE LINE BREAK AT THE END OF THIS FILE