Skip to content

Commit 961f08c

Browse files
authored
Update common.groovy use quotes
1 parent 651f5bc commit 961f08c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.jenkins/common.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def runCompileCommand(platform, project, jobName, boolean debug=false, boolean s
1111
String buildStatic = staticLibrary ? '-DBUILD_SHARED_LIBS=OFF' : '-DBUILD_SHARED_LIBS=ON'
1212
String codeCovFlag = codeCoverage ? '-DCODE_COVERAGE=ON' : ''
1313
String cmake = platform.jenkinsLabel.contains('centos') ? 'cmake3' : 'cmake'
14-
String cmakePrefixPath = '-DCMAKE_PREFIX_PATH=/opt/rocm;/opt/rocm/llvm;/opt/rocm/bin'
14+
String cmakePrefixPath = '-DCMAKE_PREFIX_PATH="/opt/rocm;/opt/rocm/llvm;/opt/rocm/bin"'
1515
//Set CI node's gfx arch as target if PR, otherwise use default targets of the library
1616
String amdgpuTargets = env.BRANCH_NAME.startsWith('PR-') ? '-DAMDGPU_TARGETS=\$gfx_arch' : ''
1717

0 commit comments

Comments
 (0)