linux ci tentative fix
Before Width: | Height: | Size: 5.5 KiB |
Before Width: | Height: | Size: 94 KiB |
Before Width: | Height: | Size: 80 KiB |
@ -1,2 +0,0 @@
|
|||||||
all:
|
|
||||||
(cd .. ; make docker && make docker_push)
|
|
Before Width: | Height: | Size: 74 KiB |
Before Width: | Height: | Size: 118 KiB |
Before Width: | Height: | Size: 113 KiB |
Before Width: | Height: | Size: 168 KiB |
Before Width: | Height: | Size: 673 KiB |
Before Width: | Height: | Size: 1.5 MiB |
Before Width: | Height: | Size: 1.5 MiB |
18
doc/redis_conf_2019/remark-latest.min.js
vendored
Before Width: | Height: | Size: 90 KiB |
Before Width: | Height: | Size: 36 KiB |
@ -350,9 +350,6 @@ def generateXmlOutput(results, xmlOutput, testRunName, runTime):
|
|||||||
def run(testName, buildDir, sanitizer, xmlOutput, testRunName, buildOnly, useLLDB):
|
def run(testName, buildDir, sanitizer, xmlOutput, testRunName, buildOnly, useLLDB):
|
||||||
'''Main driver. Run cmake, compiles, execute and validate the testsuite.'''
|
'''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)
|
runCMake(sanitizer, buildDir)
|
||||||
runCommand('make -C {} -j8'.format(buildDir))
|
runCommand('make -C {} -j8'.format(buildDir))
|
||||||
|
|
||||||
|