From c05d90b3cbd5079620cc97941560153e6c6c6f02 Mon Sep 17 00:00:00 2001 From: LongyuZhang Date: Wed, 7 Jun 2023 15:32:04 -0400 Subject: [PATCH] Reduce criu ubi dependent packages - Reduce criu ubi dependent packages Signed-off-by: LongyuZhang --- external/criu-ubi-portable-checkpoint/test.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/external/criu-ubi-portable-checkpoint/test.properties b/external/criu-ubi-portable-checkpoint/test.properties index 031fd29005..2012fb2e7f 100644 --- a/external/criu-ubi-portable-checkpoint/test.properties +++ b/external/criu-ubi-portable-checkpoint/test.properties @@ -2,7 +2,7 @@ github_url="https://github.com/adoptium/aqa-tests.git" test_results="testResults" gradle_version="5.1" environment_variable="MODE=java" -ubi_packages="git wget xz tar perl-CPAN perl-DBI perl-devel perl-ExtUtils-MakeMaker perl-libwww-perl perl-Time-HiRes unzip autoconf automake libtool curl make unzip iptables-libs jansson libibverbs libmnl libnet libnftnl libpcap nftables protobuf-c tzdata openssl ca-certificates fontconfig glibc-langpack-en" +ubi_packages="git wget xz perl unzip autoconf automake libtool make unzip tzdata openssl curl ca-certificates fontconfig glibc-langpack-en gzip tar iptables-libs jansson libibverbs libmnl libnet libnftnl libpcap nftables protobuf-c" ant_version="1.10.5" ant_contrib_version="1.0b3" criu_version="3.16"