jjb: Adjust gcc and flags for building old kernels with gcc-11/12
[lttng-ci.git] / jobs / lttng-tools.yaml
index 4b656a35e6be6084b0c9ae1e4d9003e53796ccf0..3b130592080063b3f4db4a61d6852d679c023642 100644 (file)
               ust_conf=std
               ;;
           esac
+          # Run java tests only on 'linuxbuild' jobs
+          if [ "{buildtype}" = "linuxbuild" ]; then
+            echo "LTTNG_TOOLS_RUN_UST_JAVA_TESTS=yes" >> env.properties
+          fi
           echo "liburcu_conf=$liburcu_conf" >> env.properties
           echo "babeltrace_conf=$babeltrace_conf" >> env.properties
           echo "ust_conf=$ust_conf" >> env.properties
This page took 0.023167 seconds and 4 git commands to generate.