This commit is contained in:
parent
2f7c729f88
commit
5a922cac71
1 changed files with 5 additions and 0 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue