From 0c162277fbca9b185a0ef73ed2fe3c0376829c9d Mon Sep 17 00:00:00 2001 From: nitin sanghi Date: Thu, 5 Dec 2024 18:26:30 +0530 Subject: [PATCH] adding locales Signed-off-by: nitin sanghi --- .expeditor/buildkite/artifact.habitat.test.sh | 1 + habitat/tests/test.sh | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.expeditor/buildkite/artifact.habitat.test.sh b/.expeditor/buildkite/artifact.habitat.test.sh index 6ded1be3..f0b4d283 100755 --- a/.expeditor/buildkite/artifact.habitat.test.sh +++ b/.expeditor/buildkite/artifact.habitat.test.sh @@ -54,6 +54,7 @@ if [ -f ./results/last_build.env ]; then . ./results/last_build.env export pkg_artifact fi +sudo apt install locales-all echo "+++ Installing ${pkg_ident:?is undefined}" echo "++++" diff --git a/habitat/tests/test.sh b/habitat/tests/test.sh index 89edeae1..680ecf4a 100755 --- a/habitat/tests/test.sh +++ b/habitat/tests/test.sh @@ -16,7 +16,6 @@ error () { [[ -n "$pkg_ident" ]] || error 'no hab package identity provided' package_version=$(awk -F / '{print $3}' <<<"$pkg_ident") -echo en_US.UTF-8 UTF-8 >> /var/lib/locales/supported.d/local cd "${project_root}" echo "--- :mag_right: Testing ${pkg_ident} executables"