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

MINOR: [CI][C++] Remove needless NPROC from Windows job #37130

Merged
merged 1 commit into from
Aug 12, 2023

Conversation

kou
Copy link
Member

@kou kou commented Aug 11, 2023

Rationale for this change

It's not used ci/scripts/cpp_build.sh. NUMBER_OF_PROCESSORS is used instead because uname is MINGW64_NT-10.0-20348.

What changes are included in this PR?

Remove unused NPROC.

Are these changes tested?

Yes.

Are there any user-facing changes?

No.

It's not used ci/scripts/cpp_build.sh. NUMBER_OF_PROCESSORS is used
instead because uname is MINGW64_NT-10.0-20348.
@kou kou requested review from assignUser and raulcd as code owners August 11, 2023 22:13
@github-actions github-actions bot added the awaiting committer review Awaiting committer review label Aug 11, 2023
@kou kou merged commit 9f1fdda into apache:main Aug 12, 2023
@kou kou deleted the ci-cpp-windows-remove-needless-nproc branch August 12, 2023 03:26
@kou kou removed the awaiting committer review Awaiting committer review label Aug 12, 2023
@conbench-apache-arrow
Copy link

After merging your PR, Conbench analyzed the 5 benchmarking runs that have been run so far on merge-commit 9f1fdda.

There were no benchmark performance regressions. 🎉

The full Conbench report has more details. It also includes information about possible false positives for unstable benchmarks that are known to sometimes produce them.

loicalleyne pushed a commit to loicalleyne/arrow that referenced this pull request Nov 13, 2023
### Rationale for this change

It's not used ci/scripts/cpp_build.sh. NUMBER_OF_PROCESSORS is used instead because uname is MINGW64_NT-10.0-20348.

### What changes are included in this PR?

Remove unused NPROC.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

No.

Authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants