ci(amd64/clang/msan): fix msan errors #59
1 changed files with 5 additions and 0 deletions
|
|
@ -3,6 +3,8 @@
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
cd "$(git rev-parse --show-toplevel)/"
|
cd "$(git rev-parse --show-toplevel)/"
|
||||||
|
|
||||||
|
source '/1.4.328.1/setup-env.sh'
|
||||||
|
|
||||||
CC=$(which clang)
|
CC=$(which clang)
|
||||||
export CC
|
export CC
|
||||||
|
|
||||||
|
|
@ -12,6 +14,9 @@ export CXX
|
||||||
DISPLAY=:99
|
DISPLAY=:99
|
||||||
export DISPLAY
|
export DISPLAY
|
||||||
|
|
||||||
|
PKG_CONFIG_PATH="/msan/lib/pkgconfig:${PKG_CONFIG_PATH}"
|
||||||
|
export PKG_CONFIG_PATH
|
||||||
|
|
||||||
Xvfb :99 -screen 0 1024x768x16 &
|
Xvfb :99 -screen 0 1024x768x16 &
|
||||||
|
|
||||||
cmake \
|
cmake \
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue