Skip to content

Commit

Permalink
CI images: add the JRE to Ubuntu
Browse files Browse the repository at this point in the history
This is needed in order to test a pending improvement to the jni
dependency in mesonbuild#10048.
  • Loading branch information
eli-schwartz committed Mar 3, 2022
1 parent 5e4ea9f commit e082f26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ci/ciimage/bionic/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 1 addition & 0 deletions ci/ciimage/ubuntu-rolling/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ pkgs=(
liblapack-dev libscalapack-mpi-dev
bindgen
itstool
openjdk-11-jre
)

sed -i '/^#\sdeb-src /s/^#//' "/etc/apt/sources.list"
Expand Down

0 comments on commit e082f26

Please sign in to comment.