-
Notifications
You must be signed in to change notification settings - Fork 4k
GH-39628: [C++] Use -j1 for cmake >= 3.28 #39629
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
Conversation
|
|
|
@github-actions crossbow submit test-r-depsource-bundled r-binary-packages |
cfa6e81 to
fa07594
Compare
This comment was marked as outdated.
This comment was marked as outdated.
|
Revision: fa07594 Submitted crossbow builds: ursacomputing/crossbow @ actions-1dcd458160
|
|
@github-actions crossbow submit test-r-depsource-bundled |
|
Revision: ccea0a0 Submitted crossbow builds: ursacomputing/crossbow @ actions-9485687db7
|
kou
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
### 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>
|
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. |
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>
### 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>
…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>
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
make-based externalProjects when CMake >= 3.28 is used #39628