From d94dd49f678ff04bc6d23e80255797ee12a11824 Mon Sep 17 00:00:00 2001 From: Kiriti Gowda Date: Thu, 12 Oct 2023 16:12:01 -0700 Subject: [PATCH] CI - run setup.py (#14) Fix typo [ROCm/rocdecode commit: 8bab60ee0fe4525381114c5ae882b419d39ce7d2] --- projects/rocdecode/.jenkins/common.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rocdecode/.jenkins/common.groovy b/projects/rocdecode/.jenkins/common.groovy index 12088c682b..49efd4071e 100644 --- a/projects/rocdecode/.jenkins/common.groovy +++ b/projects/rocdecode/.jenkins/common.groovy @@ -20,7 +20,7 @@ def runCompileCommand(platform, project, jobName, boolean debug=false, boolean s set -x echo Build rocDecode - ${buildTypeDir} cd ${project.paths.project_build_prefix} - python rocDECODE-setup.py + python rocDecode-setup.py mkdir -p build/${buildTypeDir} && cd build/${buildTypeDir} ${enableSCL} cmake ${buildTypeArg} ../..