summaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorJoan Touzet <wohali@users.noreply.github.com>2020-10-07 17:29:15 +0000
committerGitHub <noreply@github.com>2020-10-07 13:29:15 -0400
commit6b23f20bd70b933988ebeb888cb6d39b308f8742 (patch)
tree32dbbbfab9454cd51991a2ac05e6d941c6512226 /build-aux
parentf2c30fe388dc96d00265ed2f7f99b33df8eabfc0 (diff)
downloadcouchdb-6b23f20bd70b933988ebeb888cb6d39b308f8742.tar.gz
Remove JS tests + support for harness (#3197)
Diffstat (limited to 'build-aux')
-rw-r--r--build-aux/Jenkinsfile.full8
-rw-r--r--build-aux/Jenkinsfile.pr4
2 files changed, 6 insertions, 6 deletions
diff --git a/build-aux/Jenkinsfile.full b/build-aux/Jenkinsfile.full
index d7a7657b4..5f99da6cf 100644
--- a/build-aux/Jenkinsfile.full
+++ b/build-aux/Jenkinsfile.full
@@ -21,7 +21,7 @@ mkdir build
cd build
tar -xf ${WORKSPACE}/apache-couchdb-*.tar.gz
cd apache-couchdb-*
-./configure --with-curl --spidermonkey-version ${sm_ver}
+./configure --spidermonkey-version ${sm_ver}
make check || (make build-report && false)
'''
@@ -93,7 +93,7 @@ pipeline {
sh '''
set
rm -rf apache-couchdb-*
- ./configure --with-curl
+ ./configure
make dist
chmod -R a+w * .
'''
@@ -140,7 +140,7 @@ pipeline {
cd build
tar -xf $WORKSPACE/apache-couchdb-*.tar.gz
cd apache-couchdb-*
- ./configure --with-curl
+ ./configure
gmake check || (build-aux/logfile-uploader.py && false)
# No package build for FreeBSD at this time
@@ -177,7 +177,7 @@ pipeline {
cd build
tar -xzf $WORKSPACE/apache-couchdb-*.tar.gz
cd apache-couchdb-*
- ./configure --with-curl --spidermonkey-version 60
+ ./configure --spidermonkey-version 60
make check || (build-aux/logfile-uploader.py && false)
# No package build for macOS at this time
diff --git a/build-aux/Jenkinsfile.pr b/build-aux/Jenkinsfile.pr
index ca548ff27..114dfd849 100644
--- a/build-aux/Jenkinsfile.pr
+++ b/build-aux/Jenkinsfile.pr
@@ -21,7 +21,7 @@ cd build
tar -xf ${WORKSPACE}/apache-couchdb-*.tar.gz
cd apache-couchdb-*
. /usr/local/kerl/${KERL_VER}/activate
-./configure --with-curl
+./configure
make check || (make build-report && false)
'''
@@ -80,7 +80,7 @@ pipeline {
set
rm -rf apache-couchdb-*
. /usr/local/kerl/${LOW_ERLANG_VER}/activate
- ./configure --with-curl
+ ./configure
make dist
chmod -R a+w * .
'''