jjb: Update JAVA_HOME for lttng-ust FreeBSD builds
authorKienan Stewart <kstewart@efficios.com>
Mon, 14 Aug 2023 13:54:49 +0000 (09:54 -0400)
committerKienan Stewart <kstewart@efficios.com>
Mon, 14 Aug 2023 13:54:49 +0000 (09:54 -0400)
https://ci.lttng.org/job/lttng-ust_master_freebsdbuild/200/console
failed with missing 'jni.h' since the JAVA_HOME wasn't set correctly
any longer

Change-Id: I92561ee58d8437d7de12a6eeb9cc2a7cd9088667

scripts/lttng-ust/build.sh

index 625b285fe7545a7374013838df080c794b5ba796..d9de73c4fe06599a3dd145fafc30ffe37f0723a3 100755 (executable)
@@ -186,7 +186,7 @@ freebsd*)
     export PYTHON="python3"
     export PYTHON_CONFIG="python3-config"
     export CLASSPATH='/usr/local/share/java/classes/*'
-    export JAVA_HOME='/usr/local/openjdk11'
+    export JAVA_HOME='/usr/local/openjdk17'
     ;;
 
 *)
This page took 0.024176 seconds and 4 git commands to generate.