This commit is contained in:
parent
5fc73f60ab
commit
742dcd044d
1 changed files with 6 additions and 0 deletions
|
|
@ -8,8 +8,14 @@ Xvfb :99 -screen 0 1024x768x16 &
|
|||
export CXX=$(which clang++)
|
||||
export CC=$(which clang)
|
||||
export DISPLAY=:99
|
||||
|
||||
export PKG_CONFIG_PATH=/msan/lib/pkgconfig:${PKG_CONFIG_PATH}
|
||||
|
||||
export ARCH="$(uname -m)"
|
||||
export VULKAN_SDK="$(dirname "$(readlink -f "${BASH_SOURCE:-$0}" )" )/$ARCH"
|
||||
export PATH="$VULKAN_SDK/bin:$PATH"
|
||||
export LD_LIBRARY_PATH="$VULKAN_SDK/lib${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}"
|
||||
|
||||
echo "REVPARSE: $(git rev-parse --show-toplevel)"
|
||||
|
||||
cat "$(git rev-parse --show-toplevel)/tools/ci/amd64/clang/msan.supp"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue