chore: Update alpha.yml workflow to consistently use the use-warp-build input

This commit is contained in:
Mauro Balades
2024-07-24 23:32:05 +02:00
parent eba7459acf
commit e5eba4496f
10 changed files with 687 additions and 11 deletions

View File

@@ -1,7 +1,5 @@
set -ex
export ZEN_RELEASE=1
if command -v apt-get &> /dev/null
then
sudo apt-get update
@@ -19,10 +17,12 @@ then
export LLVM_PROFDATA=$HOME/.mozbuild/clang/bin/llvm-profdata
export DISPLAY=:2
fi
export ZEN_RELEASE=1
pnpm build
else
echo "Xvfb could not be found, running without it"
echo "ASSUMING YOU ARE RUNNING THIS ON MACOS"
set -v
export ZEN_RELEASE=1
pnpm build
fi

View File

@@ -32,7 +32,7 @@ ac_add_options --disable-bits-download
# ac_add_options --enable-profile-generate=cross
# ac_add_options --without-wasm-sandboxed-libraries
# else
# ac_add_options --disable-profiling
ac_add_options --disable-profiling
# ac_add_options --enable-profile-use=cross
# ac_add_options --with-pgo-profile-path=$(echo ~)/artifact/merged.profdata
# ac_add_options --with-pgo-jarlog=$(echo ~)/artifact/en-US.log