From f0538e702bcd6b929fcbe44f8b4541ee201c8f7d Mon Sep 17 00:00:00 2001 From: LongyuZhang Date: Wed, 4 Oct 2023 19:09:28 -0400 Subject: [PATCH] Update libc package for zlinux (#4799) - Zlinux criu ubuntu test installs libc from jammy-proposed repo Signed-off-by: LongyuZhang --- external/dockerfile_functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/external/dockerfile_functions.sh b/external/dockerfile_functions.sh index ff673eef18..4b8ff1c6a5 100755 --- a/external/dockerfile_functions.sh +++ b/external/dockerfile_functions.sh @@ -410,7 +410,7 @@ print_criu_install() { "\n\t&& echo \"Pin: release a=jammy-proposed\" >> /etc/apt/preferences.d/proposed-updates \\" \ "\n\t&& echo \"Pin-Priority: 400\" >> /etc/apt/preferences.d/proposed-updates \\" \ "\n\t&& apt-get update \\" \ - "\n\t&& apt-get install -y libc6=2.35-0ubuntu3.3 \\" \ + "\n\t&& apt-get install -y libc6=2.35-0ubuntu3.4 \\" \ "\n\t&& /lib/ld64.so.1 --list-tunables " \ "\n" >> ${file} fi