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

Fixing a chmod issue.

This commit is contained in:
Everett Maus 2019-08-08 19:12:05 -07:00
parent b96f0e4b7b
commit 3dc898384f
2 changed files with 2 additions and 1 deletions

View file

@ -58,7 +58,7 @@ jobs:
# cmdLine: 'CC=gcc CXX=g++ cmake -DCMAKE_BUILD_TYPE=Release -DSINGLE_THREADED=ON $(cmakeStdArgs)'
# runUnitTest: 'True'
msanClang:
cmdLine: '$(asanEnv) cmake $(cmakeStdArgs) && ../scripts/build_libcxx_msan.sh'
cmdLine: '$(asanEnv) cmake $(cmakeStdArgs)'
runUnitTest: 'False' # asanEnv doesn't seem to get picked up by unit tests
# gccX86:
# cmdLine: 'CXXFLAGS="${CXXFLAGS} -m32" CFLAGS="${CFLAGS} -m32" CC=gcc-5 CXX=g++-5 cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo $(cmakeStdArgs)'
@ -68,6 +68,7 @@ jobs:
# runUnitTest: 'False'
steps:
- script: sudo apt-get install ninja-build
- script: ./scripts/build_libcxx_msan.sh
- script: |
set -e
mkdir build

0
scripts/build_libcxx_msan.sh Normal file → Executable file
View file