This is an automated email from the ASF dual-hosted git repository.
kou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/main by this push:
new 9f1fdda790 MINOR: [CI][C++] Remove needless NPROC from Windows job
(#37130)
9f1fdda790 is described below
commit 9f1fdda790de02b250f2c37c5b80f28af21a3ec7
Author: Sutou Kouhei <[email protected]>
AuthorDate: Sat Aug 12 12:26:55 2023 +0900
MINOR: [CI][C++] Remove needless NPROC from Windows job (#37130)
### 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 <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
---
.github/workflows/cpp.yml | 1 -
1 file changed, 1 deletion(-)
diff --git a/.github/workflows/cpp.yml b/.github/workflows/cpp.yml
index fb76faa529..401f5dcf89 100644
--- a/.github/workflows/cpp.yml
+++ b/.github/workflows/cpp.yml
@@ -272,7 +272,6 @@ jobs:
CMAKE_INSTALL_LIBDIR: bin
CMAKE_INSTALL_PREFIX: /usr
CMAKE_UNITY_BUILD: ON
- NPROC: 3
steps:
- name: Disable Crash Dialogs
run: |