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/20 14:22:08 UTC

[couchdb] branch jenkins-dynamic-matrix-3x updated: Forgot Erlang 20 was still SM_VSN=60

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

kocolosk pushed a commit to branch jenkins-dynamic-matrix-3x
in repository https://gitbox.apache.org/repos/asf/couchdb.git


The following commit(s) were added to refs/heads/jenkins-dynamic-matrix-3x by this push:
     new e276402  Forgot Erlang 20 was still SM_VSN=60
e276402 is described below

commit e276402e8ce05bb2263dc7615c429b9f7e89cbf9
Author: Adam Kocoloski <ko...@apache.org>
AuthorDate: Thu Jan 20 09:21:53 2022 -0500

    Forgot Erlang 20 was still SM_VSN=60
---
 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 4b0e232..2315e03 100644
--- a/build-aux/Jenkinsfile.full
+++ b/build-aux/Jenkinsfile.full
@@ -271,7 +271,7 @@ pipeline {
       }
       environment {
         // TODO find a way to avoid setting this explicitly
-        spidermonkey = '78'
+        spidermonkey = '60'
       }
       steps {
         timeout(time: 15, unit: "MINUTES") {