Skip to content

Commit

Permalink
adding locales
Browse files Browse the repository at this point in the history
Signed-off-by: nitin sanghi <[email protected]>
  • Loading branch information
sanghinitin committed Dec 5, 2024
1 parent 9fe63ca commit 0c16227
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .expeditor/buildkite/artifact.habitat.test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 "++++"
Expand Down
1 change: 0 additions & 1 deletion habitat/tests/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0c16227

Please sign in to comment.