use ninja to build packages (#2575)

[ROCm/composable_kernel commit: 9786087010]
This commit is contained in:
Illia Silin
2025-07-28 11:04:12 -07:00
committed by GitHub
parent 8d7d85be00
commit 61ff984dcd

2
Jenkinsfile vendored
View File

@@ -595,7 +595,7 @@ def Build_CK(Map conf=[:]){
if (params.RUN_FULL_QA && arch == 2 ){
// build deb packages
echo "Build packages"
sh 'make -j package'
sh 'ninja package'
archiveArtifacts artifacts: 'composablekernel*.deb'
sh 'mv composablekernel-ckprofiler_*.deb composablekernel-ckprofiler_1.1.0_amd64.deb'
sh 'mv composablekernel-dev_*.deb composablekernel-dev_1.1.0_amd64.deb'