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 <[email protected]> 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
