Skip to content

Commit 10ad2be

Browse files
committed
Will update RHEL make file
Signed-off-by: Xiaodong, Li <xiaodong.li@intel.com>
1 parent a0dc53d commit 10ad2be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jenkinsfiles/RHEL_Check.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ pipeline {
212212
if (fileExists('./output')) {
213213
sh script: 'rm -rf ./output;', label: "Remove output Folder"
214214
}
215-
sh "mkdir output; cp /export/users/sys_bbsycl/Makefile ./"
215+
sh "mkdir output; cp /export/users/sys_bbsycl/Makefile_RHEL ./; mv Makefile_RHEL Makefile"
216216
def tests = findFiles glob: 'pstl_testsuite/**/*pass.cpp'
217217

218218
def failCount = 0
@@ -274,7 +274,7 @@ pipeline {
274274
if (fileExists('./output')) {
275275
sh script: 'rm -rf ./output;', label: "Remove output Folder"
276276
}
277-
sh "mkdir output; cp /export/users/sys_bbsycl/Makefile ./"
277+
sh "mkdir output; cp /export/users/sys_bbsycl/Makefile_RHEL ./; mv Makefile_RHEL Makefile"
278278
def tests = findFiles glob: 'extensions_testsuite/**/*pass.cpp'
279279

280280
def failCount = 0

0 commit comments

Comments
 (0)