From bb1eedaa22578a5be8f7b431eb01fd88c76a70df Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 3 Jun 2022 08:14:24 +0200 Subject: core/perl: temporary locale hack to make the Perl rebuild happend fast --- core/perl/PKGBUILD | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 core/perl/PKGBUILD (limited to 'core') diff --git a/core/perl/PKGBUILD b/core/perl/PKGBUILD new file mode 100644 index 00000000..c8d3b267 --- /dev/null +++ b/core/perl/PKGBUILD @@ -0,0 +1,9 @@ +# temporary workaround for not having the locale set in build chroots +# (is fixed upstream in devtools, but must update all build slaves first, +# otherwise the whole Perl rebuild fails!) +eval "$( + declare -f check | \ + sed ' + s/make test/LC_ALL=C LANGUAGE=C make test/ + ' +)" -- cgit v1.2.3