CI images: add the JRE to Ubuntu

This is needed in order to test a pending improvement to the jni
dependency in #10048.
pull/10070/head
Eli Schwartz 3 years ago
parent 5e4ea9f0f4
commit e082f268bd
No known key found for this signature in database
GPG Key ID: CEB167EFB5722BD6
  1. 1
      ci/ciimage/bionic/install.sh
  2. 1
      ci/ciimage/ubuntu-rolling/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)

@ -26,6 +26,7 @@ pkgs=(
liblapack-dev libscalapack-mpi-dev
bindgen
itstool
openjdk-11-jre
)
sed -i '/^#\sdeb-src /s/^#//' "/etc/apt/sources.list"

Loading…
Cancel
Save