Skip to content

Commit

Permalink
Update libc package for zlinux (#4799)
Browse files Browse the repository at this point in the history
- Zlinux criu ubuntu test installs libc from jammy-proposed repo

Signed-off-by: LongyuZhang <[email protected]>
  • Loading branch information
LongyuZhang authored Oct 4, 2023
1 parent 1bca026 commit f0538e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external/dockerfile_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f0538e7

Please sign in to comment.