Skip to content

build: use LC_ALL=en_US.UTF-8 in configure script - #21221

Closed
Trott wants to merge 1 commit into
nodejs:masterfrom
Trott:smartos-locale
Closed

build: use LC_ALL=en_US.UTF-8 in configure script#21221
Trott wants to merge 1 commit into
nodejs:masterfrom
Trott:smartos-locale

Conversation

@Trott

@TrottTrott commented Jun 8, 2018

Copy link
Copy Markdown
Member

👍 to approve fast-tracking. This will (hopefully) unbreak CI.

On SmartOS 16, at least in our CI environment, LC_ALL cannot be set to
en_US, so the configuration script fails. Use en_US.UTF-8 instead.

Simpler alternative to #21220, but will have to run CI to see if it works everywhere.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

@TrottTrott added the fast-track PRs that do not need to wait for 48 hours to land. label Jun 8, 2018
@nodejs-github-botnodejs-github-bot added the build Issues and PRs related to build files or the CI. label Jun 8, 2018
@Trott

Trott commented Jun 8, 2018

Copy link
Copy Markdown
MemberAuthor

@TrottTrott added regression Issues related to regressions. smartos Issues and PRs related to the SmartOS platform. labels Jun 8, 2018
@TrottTrott changed the title tools: fix configure script for SmartOS 16build: fix configure script for SmartOS 16Jun 8, 2018
@TrottTrott changed the title build: fix configure script for SmartOS 16build: use LC_ALL=en_US.UTF-8 in configure scriptJun 8, 2018
On SmartOS 16, at least in our CI environment, LC_ALL cannot be set to
en_US, so the configuration script fails. Use en_US.UTF-8 instead.
@Trott

Trott commented Jun 8, 2018

Copy link
Copy Markdown
MemberAuthor

AIX failure is an unrelated known flaky. Re-run: https://ci.nodejs.org/job/node-test-commit-aix/15640/

@Trott

Trott commented Jun 8, 2018

Copy link
Copy Markdown
MemberAuthor

Oddly, the linter lost connection with Jenkins or otherwise stalled. Re-run: https://ci.nodejs.org/job/node-test-linter/19862/

@Trott

Trott commented Jun 8, 2018

Copy link
Copy Markdown
MemberAuthor

Same known-flaky failing on AIX. Looks like it's failed four times in a row and seems to be failing more than passing. That's unfortunate. Let's try AIX again: https://ci.nodejs.org/job/node-test-commit-aix/15644/

@Trott

Trott commented Jun 8, 2018

Copy link
Copy Markdown
MemberAuthor

Closing in favor of #21222

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

buildIssues and PRs related to build files or the CI.fast-trackPRs that do not need to wait for 48 hours to land.regressionIssues related to regressions.smartosIssues and PRs related to the SmartOS platform.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@Trott@nodejs-github-bot