You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2022/02/19 14:59:19 UTC

[GitHub] [couchdb] frapa commented on a change in pull request #3932: Autodetect spidermonkey version in ./configure

frapa commented on a change in pull request #3932:
URL: https://github.com/apache/couchdb/pull/3932#discussion_r810501609



##########
File path: build-aux/Jenkinsfile.full
##########
@@ -278,7 +267,7 @@ pipeline {
       steps {
         timeout(time: 15, unit: "MINUTES") {
           sh (script: 'rm -rf apache-couchdb-*', label: 'Clean workspace of any previous release artifacts' )
-          sh "./configure --spidermonkey-version ${spidermonkey}"
+          sh "./configure"

Review comment:
       Great catch, removed.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org