Skip to content

Commit ef7bffe

Browse files
Jakujesimo5
authored andcommitted
ci: Add missing OpenSSL dependencies to the OpenJDK test
Signed-off-by: Jakub Jelen <jjelen@redhat.com>
1 parent 78a7fd4 commit ef7bffe

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/openjdk-integration.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,12 @@ jobs:
2626
dnf --assumeyes --disable-repo=fedora-cisco-openh264 \
2727
install git cargo clang-devel openssl-devel zlib-devel sed \
2828
sqlite-devel openssl opensc unzip wget \
29-
java-${{ env.openjdk_feature }}-openjdk-devel
29+
java-${{ env.openjdk_feature }}-openjdk-devel \
30+
'perl(FindBin)' 'perl(lib)' 'perl(File::Compare)' \
31+
'perl(File::Copy)' 'perl(bigint)' 'perl(Time::HiRes)' \
32+
'perl(IPC::Cmd)' 'perl(Pod::Html)' 'perl(Digest::SHA)' \
33+
'perl(Module::Load::Conditional)' 'perl(File::Temp)' \
34+
'perl(Test::Harness)' 'perl(Test::More)' 'perl(Math::BigInt)'
3035
3136
# Kryoptic build steps; try to keep in sync with relevant build.yml steps.
3237
- name: Checkout Repository

0 commit comments

Comments
 (0)