3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-06 01:24:08 +00:00

Trying a different clang version that should be installed

This commit is contained in:
Everett Maus 2019-08-12 17:31:57 -07:00
parent 8e3f5b0c1d
commit 73083977e2

View file

@ -56,12 +56,12 @@ jobs:
mkdir build
cd build
$(cmdLine)
export MSAN_SYMBOLIZER_PATH=/usr/lib/llvm-3.8/bin/llvm-symbolizer
ninja
ninja test-z3
cd ..
- script: |
cd build
export MSAN_SYMBOLIZER_PATH=/usr/lib/llvm-6.0/bin/llvm-symbolizer
./test-z3 -a
cd ..
condition: eq(variables['runUnitTest'], 'True')