From 28df6fe55cb8baa11bf89827b184521c5b40cb75 Mon Sep 17 00:00:00 2001 From: "mr. m" <91018726+mr-cheffy@users.noreply.github.com> Date: Wed, 9 Sep 2026 13:15:17 +0200 Subject: [PATCH] gh-15313: Make sure to bootstrap before doing release builds (gh-15314) --- .github/workflows/src/release-build.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/src/release-build.sh b/.github/workflows/src/release-build.sh index 6daa7c7ce..d3e9720e6 100644 --- a/.github/workflows/src/release-build.sh +++ b/.github/workflows/src/release-build.sh @@ -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 &