This is an automated email from the ASF dual-hosted git repository. big-r81 pushed a commit to branch java21-for-nouveau in repository https://gitbox.apache.org/repos/asf/couchdb-pkg.git
commit 6f257a7beacb582512a26601036d65ccb139c63e Author: Ronny Berndt <[email protected]> AuthorDate: Sat May 16 13:28:48 2026 +0200 Update Java runtime version in Makefile Java 21 is the minimum version for running Nouveau. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b5f2f63..8d66385 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,7 @@ SM_VER=1.8.5 JS_ENGINE=spidermonkey # Java -JAVA_RUNTIME=java11-runtime-headless | java11-runtime +JAVA_RUNTIME=java21-runtime-headless | java21-runtime # Try and guess the correct target... all:
