mirror of
https://github.com/zen-browser/desktop.git
synced 2026-09-09 23:05:33 +00:00
gh-15313: Make sure to bootstrap before doing release builds (gh-15314)
This commit is contained in:
2
.github/workflows/src/release-build.sh
vendored
2
.github/workflows/src/release-build.sh
vendored
@@ -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 &
|
||||
|
||||
Reference in New Issue
Block a user