Skip to content

Commit

Permalink
Default to en_US.UTF-8 for CentOS
Browse files Browse the repository at this point in the history
  • Loading branch information
lloeki committed Nov 19, 2024
1 parent 10468a1 commit 957970b
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/engines/ruby/2.7/Dockerfile.centos
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ install: --no-document
update: --no-document
GEMRC

ENV LANG="C.UTF-8" \
ENV LANG="en_US.UTF-8" \
RUBY_MAJOR="2.7" \
RUBY_VERSION="2.7.8" \
RUBY_DOWNLOAD_SHA256="f22f662da504d49ce2080e446e4bea7008cee11d5ec4858fc69000d0e5b1d7fb"
Expand Down
2 changes: 1 addition & 1 deletion src/engines/ruby/3.0/Dockerfile.centos
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ install: --no-document
update: --no-document
GEMRC

ENV LANG="C.UTF-8" \
ENV LANG="en_US.UTF-8" \
RUBY_MAJOR="3.0" \
RUBY_VERSION="3.0.6" \
RUBY_DOWNLOAD_SHA256="b5cbee93e62d85cfb2a408c49fa30a74231ae8409c2b3858e5f5ea254d7ddbd1"
Expand Down
2 changes: 1 addition & 1 deletion src/engines/ruby/3.1/Dockerfile.centos
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ install: --no-document
update: --no-document
GEMRC

ENV LANG="C.UTF-8" \
ENV LANG="en_US.UTF-8" \
RUBY_MAJOR="3.1" \
RUBY_VERSION="3.1.4" \
RUBY_DOWNLOAD_SHA256="1b6d6010e76036c937b9671f4752f065aeca800a6c664f71f6c9a699453af94f"
Expand Down
2 changes: 1 addition & 1 deletion src/engines/ruby/3.2/Dockerfile.centos
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ install: --no-document
update: --no-document
GEMRC

ENV LANG="C.UTF-8" \
ENV LANG="en_US.UTF-8" \
RUBY_MAJOR="3.2" \
RUBY_VERSION="3.2.2" \
RUBY_DOWNLOAD_SHA256="4b352d0f7ec384e332e3e44cdbfdcd5ff2d594af3c8296b5636c710975149e23"
Expand Down
2 changes: 1 addition & 1 deletion src/engines/ruby/3.3/Dockerfile.centos
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ install: --no-document
update: --no-document
GEMRC

ENV LANG="C.UTF-8" \
ENV LANG="en_US.UTF-8" \
RUBY_MAJOR="3.3" \
RUBY_VERSION="3.3.6" \
RUBY_DOWNLOAD_SHA256="540975969d1af42190d26ff629bc93b1c3f4bffff4ab253e245e125085e66266"
Expand Down
4 changes: 2 additions & 2 deletions src/engines/ruby/3.4/Dockerfile.centos
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ install: --no-document
update: --no-document
GEMRC

ENV LANG="C.UTF-8" \
ENV LANG="en_US.UTF-8" \
RUBY_MAJOR="3.4" \
RUBY_VERSION="3.4.0-preview2" \
RUBY_VERSION="3.4.0-preview2" \
RUBY_DOWNLOAD_SHA256="626bf4fe952323c15ec9a8999f470ec136ef91c0fc34c484646aaaa9a0b62ca7"

# - Compile Ruby with `--disable-shared`
Expand Down

0 comments on commit 957970b

Please sign in to comment.