Skip to content

Conversation

@assignUser
Copy link
Member

@assignUser assignUser commented Jan 16, 2024

Rationale for this change

Prevent 'bad file descriptor' issue.

What changes are included in this PR?

Use -j1 for make on CMake >= 3.28

Are these changes tested?

Crossbow

@github-actions
Copy link

⚠️ GitHub issue #39628 has been automatically assigned in GitHub to PR creator.

@assignUser
Copy link
Member Author

assignUser commented Jan 16, 2024

@github-actions crossbow submit test-r-depsource-bundled r-binary-packages

@github-actions

This comment was marked as outdated.

@github-actions
Copy link

Revision: fa07594

Submitted crossbow builds: ursacomputing/crossbow @ actions-1dcd458160

Task Status
r-binary-packages GitHub Actions
test-r-depsource-bundled Azure

@assignUser assignUser requested a review from kou January 16, 2024 03:50
@assignUser
Copy link
Member Author

@github-actions crossbow submit test-r-depsource-bundled

@github-actions
Copy link

Revision: ccea0a0

Submitted crossbow builds: ursacomputing/crossbow @ actions-9485687db7

Task Status
test-r-depsource-bundled Azure

Copy link
Member

@kou kou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@github-actions github-actions bot added awaiting merge Awaiting merge and removed awaiting review Awaiting review labels Jan 16, 2024
@github-actions github-actions bot added awaiting changes Awaiting changes and removed awaiting merge Awaiting merge labels Jan 16, 2024
@assignUser assignUser merged commit 980e7d7 into apache:main Jan 16, 2024
@assignUser assignUser removed the awaiting changes Awaiting changes label Jan 16, 2024
@github-actions github-actions bot added the awaiting review Awaiting review label Jan 16, 2024
assignUser added a commit that referenced this pull request Jan 17, 2024
### Rationale for this change

Prevent 'bad file descriptor' issue.

### What changes are included in this PR?

Use -j1 for make on CMake >= 3.28

### Are these changes tested?
Crossbow
* Closes: #39628

Authored-by: Jacob Wujciak-Jens <jacob@wujciak.de>
Signed-off-by: Jacob Wujciak-Jens <jacob@wujciak.de>
@conbench-apache-arrow
Copy link

After merging your PR, Conbench analyzed the 6 benchmarking runs that have been run so far on merge-commit 980e7d7.

There were no benchmark performance regressions. 🎉

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

pitrou added a commit that referenced this pull request Jan 23, 2024
Revert #39629: it makes all builds using CMake >= 3.28 much slower, while only addressing a very specific build failure. Hopefully we can find a more targeted workaround.

Authored-by: Antoine Pitrou <pitrou@free.fr>
Signed-off-by: Antoine Pitrou <antoine@python.org>
dgreiss pushed a commit to dgreiss/arrow that referenced this pull request Feb 19, 2024
### Rationale for this change

Prevent 'bad file descriptor' issue.

### What changes are included in this PR?

Use -j1 for make on CMake >= 3.28

### Are these changes tested?
Crossbow
* Closes: apache#39628

Authored-by: Jacob Wujciak-Jens <jacob@wujciak.de>
Signed-off-by: Jacob Wujciak-Jens <jacob@wujciak.de>
dgreiss pushed a commit to dgreiss/arrow that referenced this pull request Feb 19, 2024
…he#39736)

Revert apache#39629: it makes all builds using CMake >= 3.28 much slower, while only addressing a very specific build failure. Hopefully we can find a more targeted workaround.

Authored-by: Antoine Pitrou <pitrou@free.fr>
Signed-off-by: Antoine Pitrou <antoine@python.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[C++] Disable parallelism for all make-based externalProjects when CMake >= 3.28 is used

4 participants