Update Git configuration and improve release build scripts for consistency

This commit is contained in:
mr. M
2025-01-06 18:57:06 +01:00
parent d0911cd0c7
commit ee965e4b74
6 changed files with 10 additions and 19 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/bash
set -ex
set -xe
if command -v apt-get &> /dev/null; then
sudo apt-get update
@@ -9,7 +9,7 @@ fi
ulimit -n 4096
if ! command -v Xvfb &> /dev/null; then
if command -v Xvfb &> /dev/null; then
if ! test "$ZEN_CROSS_COMPILING"; then
Xvfb :2 -screen 0 1024x768x24 &
export LLVM_PROFDATA=$HOME/.mozbuild/clang/bin/llvm-profdata