You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2023/05/10 16:43:09 UTC

[couchdb-ci] 01/02: enable nouveau tests

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

rnewson pushed a commit to branch remove-maven
in repository https://gitbox.apache.org/repos/asf/couchdb-ci.git

commit 3588964d355aec88d6210828484bf993bca4c898
Author: Robert Newson <Ro...@ibm.com>
AuthorDate: Mon Apr 24 16:25:18 2023 +0100

    enable nouveau tests
---
 bin/build-test-couchdb.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/build-test-couchdb.sh b/bin/build-test-couchdb.sh
index 0150114..68936ef 100755
--- a/bin/build-test-couchdb.sh
+++ b/bin/build-test-couchdb.sh
@@ -31,5 +31,5 @@ cd couchdb
 echo $(whoami)
 echo $(pwd)
 
-./configure --with-curl
+./configure --with-curl --enable-nouveau
 make check