gh-15313: Make sure to bootstrap before doing release builds (gh-15314)

This commit is contained in:
mr. m
2026-09-09 13:15:17 +02:00
committed by mr. m
parent 2cfa61b633
commit 28df6fe55c

View File

@@ -37,8 +37,6 @@ bash ./scripts/mar_sign.sh -i
ulimit -n 4096
export ZEN_DISABLE_BOOTSTRAP=1
if command -v Xvfb &> /dev/null; then
if ! test "$ZEN_CROSS_COMPILING"; then
Xvfb :2 -nolisten tcp -noreset -screen 0 1024x768x24 &