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:
54c3c7e
)
jjb: lttng-ust: Add JAVA_HOME for openjdk11
author
Michael Jeanson
<mjeanson@efficios.com>
Thu, 6 May 2021 17:36:29 +0000
(13:36 -0400)
committer
Michael Jeanson
<mjeanson@efficios.com>
Thu, 6 May 2021 17:36:29 +0000
(13:36 -0400)
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
scripts/lttng-ust/build.sh
patch
|
blob
|
blame
|
history
diff --git
a/scripts/lttng-ust/build.sh
b/scripts/lttng-ust/build.sh
index acae6016d62b878549a28ab4a9f0e285e48749a1..a3a33e82c3a4c5b3eaf1204b08ed2155a96ef9f4 100755
(executable)
--- a/
scripts/lttng-ust/build.sh
+++ b/
scripts/lttng-ust/build.sh
@@
-185,6
+185,7
@@
freebsd)
export PYTHON="python3"
export PYTHON_CONFIG="python3-config"
export CLASSPATH='/usr/local/share/java/classes/*'
+ export JAVA_HOME='/usr/local/openjdk11'
;;
*)
This page took
0.025338 seconds
and
4
git commands to generate.