Skip to content

Commit

Permalink
ElektraInitiative#3825 disabled "kdb run_all" for buildPackage stage
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Tucek committed May 21, 2021
1 parent e6791a5 commit 5f3e4b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -1128,7 +1128,8 @@ def buildPackage(stageName, image, repoName, repoPrefix, installImage,
// executed in a nested node, causing the current node to wait for the
// stage on the other node to complete.
withDockerEnv.withDockerEnvWithoutNode(installImage) {
sh "kdb run_all"
// #3825 disabled due to segfault in testmod_jni
// sh "kdb run_all"
}
}
dir("build/package") {
Expand Down

0 comments on commit 5f3e4b0

Please sign in to comment.