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:
Paul Holzinger 2023-08-22 16:53:55 +02:00 committed by Ed Santiago
parent b28188de22
commit b284128d7b
1 changed files with 0 additions and 5 deletions

View File

@ -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"