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 03:37:35 UTC

[couchdb] 01/03: Don't update deps when building from tarball

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 21ebc36fb8cf108607bd4c12fa7fc9ed7b4bde87
Author: Adam Kocoloski <ko...@apache.org>
AuthorDate: Sat Jan 15 22:20:46 2022 -0500

    Don't update deps when building from tarball
---
 build-aux/Jenkinsfile.full | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build-aux/Jenkinsfile.full b/build-aux/Jenkinsfile.full
index fc8334b..5920fb9 100644
--- a/build-aux/Jenkinsfile.full
+++ b/build-aux/Jenkinsfile.full
@@ -212,7 +212,7 @@ pipeline {
                 dir( "${platform}/build/couchdb" ) {
                   sh 'pwd'
                   sh 'ls -l'
-                  sh "./configure --spidermonkey-version ${spidermonkey}"
+                  sh "./configure --skip-deps --spidermonkey-version ${spidermonkey}"
                   sh 'make'
                   sh 'make eunit'
                   sh 'make elixir-suite'
@@ -291,7 +291,7 @@ pipeline {
                   dir( "${platform}/build/couchdb" ) {
                     sh 'pwd'
                     sh 'ls -l'
-                    sh "./configure --spidermonkey-version ${spidermonkey}"
+                    sh "./configure --skip-deps --spidermonkey-version ${spidermonkey}"
                     sh 'make'
                     sh 'make eunit'
                     sh 'make elixir-suite'