Skip to content

Commit 87a66ec

Browse files
committed
missing append to make/local in jenkins for CPU opencl
1 parent 711bf32 commit 87a66ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ pipeline {
248248
// skips tests that require specific support in OpenCL
249249
sh 'echo "ifdef NO_CPU_OPENCL_INT64_BASE_ATOMIC" >> make/local'
250250
sh 'echo "CXXFLAGS += -DSTAN_TEST_SKIP_REQUIRING_OPENCL_INT64_BASE_ATOMIC" >> make/local'
251-
sh "echo endif"
251+
sh "echo endif" << make/local
252252

253253
runTests("test/unit/math/opencl", false)
254254
runTests("test/unit/multiple_translation_units_test.cpp")

0 commit comments

Comments
 (0)