8293165: GHA: Provide necessary x86_32 packages for runtime/ErrorHandling/TestDwarf.java

Reviewed-by: ihse
This commit is contained in:
Aleksey Shipilev 2022-08-31 17:51:48 +00:00
parent 3c1bda4bc3
commit 372fc58e89

View File

@ -140,7 +140,7 @@ jobs:
apt-architecture: 'i386'
# Some multilib libraries do not have proper inter-dependencies, so we have to
# install their dependencies manually.
apt-extra-packages: 'libfreetype6-dev:i386 libtiff-dev:i386 libcupsimage2-dev:i386'
apt-extra-packages: 'libfreetype6-dev:i386 libtiff-dev:i386 libcupsimage2-dev:i386 libc6-i386'
extra-conf-options: '--with-target-bits=32'
if: needs.select.outputs.linux-x86 == 'true'