projects
/
lttng-ci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97d4d13
)
jjb: Update JAVA_HOME for lttng-ust FreeBSD builds
author
Kienan Stewart
<kstewart@efficios.com>
Mon, 14 Aug 2023 13:54:49 +0000
(09:54 -0400)
committer
Kienan 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
patch
|
blob
|
blame
|
history
diff --git
a/scripts/lttng-ust/build.sh
b/scripts/lttng-ust/build.sh
index 625b285fe7545a7374013838df080c794b5ba796..d9de73c4fe06599a3dd145fafc30ffe37f0723a3 100755
(executable)
--- a/
scripts/lttng-ust/build.sh
+++ b/
scripts/lttng-ust/build.sh
@@
-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/openjdk1
1
'
+ export JAVA_HOME='/usr/local/openjdk1
7
'
;;
*)
This page took
0.024121 seconds
and
4
git commands to generate.