File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -245,8 +245,9 @@ def _npm_package_store_impl(ctx):
245
245
# Workaround https://github.com/bazelbuild/bazel-central-registry/issues/2256
246
246
# Always override the locale to give better hermeticity.
247
247
# See https://github.com/bazelbuild/rules_java/blob/767e4410850453a10ccf89aa1cededf9de05c72e/toolchains/utf8_environment.bzl
248
+ # and https://github.com/libarchive/libarchive/blob/65196fdd1a385f22114f245a9002ee8dc899f2c4/tar/bsdtar.c#L192
248
249
env = {
249
- "LC_CTYPE " :
250
+ "LC_ALL " :
250
251
# # macOS doesn't have the C.UTF-8 locale, but en_US.UTF-8 is available and works the same way.
251
252
"en_US.UTF-8" if is_macos else
252
253
# The default UTF-8 locale on all recent Linux distributions. It is also available in Cygwin and MSYS2.
You can’t perform that action at this time.
0 commit comments