This is an automated email from the ASF dual-hosted git repository.
big-r81 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb.git
The following commit(s) were added to refs/heads/main by this push:
new e823a6ed4 dev: Print synchronized ouput of make during builds (#6019)
e823a6ed4 is described below
commit e823a6ed43288f43822fc515b530b7724459c290
Author: Ronny Berndt <[email protected]>
AuthorDate: Tue Jun 2 19:48:52 2026 +0200
dev: Print synchronized ouput of make during builds (#6019)
---
build-aux/Jenkinsfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/build-aux/Jenkinsfile b/build-aux/Jenkinsfile
index 50cc2a5ad..c3b90488f 100644
--- a/build-aux/Jenkinsfile
+++ b/build-aux/Jenkinsfile
@@ -566,7 +566,7 @@ def generateContainerStage(platform) {
sh( script: "tar -xf apache-couchdb-*.tar.gz -C
${platform}/couchdb", label: 'Unpack release' )
sh( script: "cd ${platform} && git clone
https://github.com/apache/couchdb-pkg", label: 'Clone packaging helper repo' )
dir( "${platform}/couchdb-pkg" ) {
- sh( script: 'make', label: 'Build packages' )
+ sh( script: 'make --output-sync=target', label: 'Build
packages' )
}
sh( label: 'Stage package artifacts for archival', script:
"""
rm -rf pkgs/${platform}
@@ -706,7 +706,7 @@ pipeline {
sh 'make erlfmt-check'
sh 'make elixir-source-checks'
sh 'make python-black'
- sh 'make -j4 dist'
+ sh 'make -j4 --output-sync=target dist'
}
post {
success {