ci(amd64/clang/msan): fix msan errors #59

Merged
light7734 merged 7 commits from ci/msan_fix into main 2025-10-21 09:49:43 +00:00
Showing only changes of commit 5a922cac71 - Show all commits

View file

@ -3,6 +3,8 @@
set -euo pipefail
cd "$(git rev-parse --show-toplevel)/"
source '/1.4.328.1/setup-env.sh'
CC=$(which clang)
export CC
@ -12,6 +14,9 @@ export CXX
DISPLAY=:99
export DISPLAY
PKG_CONFIG_PATH="/msan/lib/pkgconfig:${PKG_CONFIG_PATH}"
export PKG_CONFIG_PATH
Xvfb :99 -screen 0 1024x768x16 &
cmake \