Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
wants to merge 1 commit into from

Conversation

Trott
Copy link
Member

@Trott Trott commented Jun 8, 2018

👍 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

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

Trott commented Jun 8, 2018

@Trott Trott added regression Issues related to regressions. smartos Issues and PRs related to the SmartOS platform. labels Jun 8, 2018
@Trott Trott changed the title tools: fix configure script for SmartOS 16 build: fix configure script for SmartOS 16 Jun 8, 2018
@Trott Trott changed the title build: fix configure script for SmartOS 16 build: use LC_ALL=en_US.UTF-8 in configure script Jun 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
Copy link
Member Author

Trott commented Jun 8, 2018

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

@Trott
Copy link
Member Author

Trott commented Jun 8, 2018

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

@Trott
Copy link
Member Author

Trott commented Jun 8, 2018

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
Copy link
Member Author

Trott commented Jun 8, 2018

Closing in favor of #21222

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Issues and PRs related to build files or the CI. fast-track PRs that do not need to wait for 48 hours to land. regression Issues related to regressions. smartos Issues and PRs related to the SmartOS platform.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants