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/04/24 15:25:34 UTC

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

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

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

commit 7e16cd02a47caef8a9417fc407b6d95dc521896e
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