linux ci tentative fix

This commit is contained in:
Benjamin Sergeant
2019-04-03 22:02:10 -07:00
parent fe38dab405
commit 56b19fa2b0
16 changed files with 0 additions and 1187 deletions

View File

@ -350,9 +350,6 @@ def generateXmlOutput(results, xmlOutput, testRunName, runTime):
def run(testName, buildDir, sanitizer, xmlOutput, testRunName, buildOnly, useLLDB):
'''Main driver. Run cmake, compiles, execute and validate the testsuite.'''
# Override CXX for Linux
os.environ['CXX'] = "/usr/bin/clang++ --std=c++14 --stdlib=libc++"
runCMake(sanitizer, buildDir)
runCommand('make -C {} -j8'.format(buildDir))