diff --git a/contrib/cirrus/setup_environment.sh b/contrib/cirrus/setup_environment.sh index b37da76c6a..d416299b4c 100755 --- a/contrib/cirrus/setup_environment.sh +++ b/contrib/cirrus/setup_environment.sh @@ -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"