LAVA: bump timeout to 3 hours
[lttng-ci.git] / scripts / lttng-ust-java-tests / set-java-home.sh
1 # Set the JAVA_HOME to use according to the configuration
2
3 case "$arch" in
4 "x86-32")
5 ARCH_SUFFIX="i386"
6 ;;
7 "x86-64")
8 ARCH_SUFFIX="amd64"
9 ;;
10 "*")
11 ARCH_SUFFIX="$arch"
12 esac
13
14 echo "JAVA_HOME=/usr/lib/jvm/${java_version}-$ARCH_SUFFIX/jre"
This page took 0.045146 seconds and 4 git commands to generate.