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:33 UTC

[couchdb-ci] branch enable-nouveau-tests created (now 7e16cd0)

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

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


      at 7e16cd0  enable nouveau tests

This branch includes the following new commits:

     new 7e16cd0  enable nouveau tests

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by rn...@apache.org.
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