From e082f268bdfe2351bf7fc68733a1dda8e2f7ac5a Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Thu, 3 Mar 2022 16:28:05 -0500 Subject: CI images: add the JRE to Ubuntu This is needed in order to test a pending improvement to the jni dependency in #10048. --- ci/ciimage/bionic/install.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'ci/ciimage/bionic') diff --git a/ci/ciimage/bionic/install.sh b/ci/ciimage/bionic/install.sh index 74b407f96..23e0774fa 100755 --- a/ci/ciimage/bionic/install.sh +++ b/ci/ciimage/bionic/install.sh @@ -27,6 +27,7 @@ pkgs=( libblocksruntime-dev libperl-dev libscalapack-mpi-dev libncurses-dev itstool + openjdk-11-jre ) boost_pkgs=(atomic chrono date-time filesystem log regex serialization system test thread) -- cgit v1.2.3