chore: Update install script, removed debug flag

This commit is contained in:
Mauro Balades
2024-07-20 22:31:13 +02:00
parent 49ee736731
commit 7106409061
2 changed files with 4 additions and 1 deletions

View File

@@ -303,6 +303,8 @@ jobs:
set -x
cd engine/
chmod -R +x "$(echo ~)/win-cross/vs2022" || true
cat ../.github/workflows/src/windows_mozconfig >> ../configs/common/mozconfig
cd ..
@@ -316,6 +318,7 @@ jobs:
cat ../configs/common/mozconfig
ls ~/win-cross/wine || true
ls ~/win-cross/vs2022 || true
- name: setup Rust
run: |

View File

@@ -15,7 +15,7 @@ then
Xvfb :2 -screen 0 1024x768x24 &
export LLVM_PROFDATA=$HOME/.mozbuild/clang/bin/llvm-profdata
export DISPLAY=:2
pnpm build -d
pnpm build
else
echo "Xvfb could not be found, running without it"
echo "ASSUMING YOU ARE RUNNING THIS ON MACOS"