mirror of https://github.com/containers/podman.git
Revert "cirrus setup: install en_US.UTF-8 locale"
This reverts commit ed1f514d55
.
The en_US.UTF-8 locale is now added in the images at build time,
https://github.com/containers/automation_images/pull/295
Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
parent
b28188de22
commit
b284128d7b
|
@ -156,11 +156,6 @@ case "$OS_RELEASE_ID" in
|
|||
# (Checked on 2023-08-08 and it's still too old: 1.1.5)
|
||||
# FIXME: please remove this once runc >= 1.2 makes it into debian.
|
||||
showrun modprobe tun
|
||||
|
||||
# TODO: move this into image build process
|
||||
# We need the "en_US.UTF-8" locale for the "podman logs with non ASCII log tag" tests
|
||||
showrun sed -i '/en_US.UTF-8/s/^#//g' /etc/locale.gen
|
||||
showrun locale-gen
|
||||
;;
|
||||
fedora)
|
||||
showrun echo "conditional setup for fedora"
|
||||
|
|
Loading…
Reference in New Issue