jjb: Use alternative log4j classpath on sles 15.4+
authorKienan Stewart <kstewart@efficios.com>
Mon, 26 Feb 2024 14:04:17 +0000 (09:04 -0500)
committerKienan Stewart <kstewart@efficios.com>
Tue, 27 Feb 2024 18:11:38 +0000 (13:11 -0500)
commit247873aa5832b9bab44ea94c068f295f5e1a0d72
tree4a4089744e6c45e0d4771d8417c19ddfadfeef8c
parentedb65c65fb7185bdb0b29513fba19e6348bb76f3
jjb: Use alternative log4j classpath on sles 15.4+

A fresh installation of SLES15SP4 doesn't have the symbolic links that
exist on ci-node-sles15sp4, eg. `/usr/share/java/log4j-1.2.jar` ->
`/usr/share/java/log4j12/log4j-12.jar`.

I suspect that the symlinks were installed manually at some point to
simplify the build scripts. As the complexity is already added to
support SLES15SP5 from fresh installations, the proper locations for
log412 can be used on SLES15SP4 as well.

Change-Id: Id2747abd029a4b4978dd6f0214f5ed3ab1bb267c
Signed-off-by: Kienan Stewart <kstewart@efficios.com>
scripts/lttng-tools/build.sh
scripts/lttng-ust/build.sh
This page took 0.023014 seconds and 4 git commands to generate.