You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ko...@apache.org on 2022/01/16 02:28:49 UTC

[couchdb] 01/02: Fix PATH in non-container builds

This is an automated email from the ASF dual-hosted git repository.

kocolosk pushed a commit to branch jenkins-bump-erlang-and-debian-versions
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit cc498699aecec67885776119fd427c238efa94fc
Author: Adam Kocoloski <ko...@apache.org>
AuthorDate: Sat Jan 15 21:27:57 2022 -0500

    Fix PATH in non-container builds
---
 build-aux/Jenkinsfile.full | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build-aux/Jenkinsfile.full b/build-aux/Jenkinsfile.full
index 75fa1f7..2a9556b 100644
--- a/build-aux/Jenkinsfile.full
+++ b/build-aux/Jenkinsfile.full
@@ -208,7 +208,7 @@ pipeline {
               // deleteDir is OK here because we're not inside of a Docker container!
               deleteDir()
               unstash 'tarball'
-              withEnv(['HOME='+pwd()]) {
+              withEnv(['HOME='+pwd(), 'PATH+USRLOCAL=/usr/local/bin']) {
                 sh( script: unpack, label: 'Unpack tarball' )
                 dir( "${platform}/build/couchdb" ) {
                   sh 'pwd'