MINOR: Revert "GH-39628: [C++] Use -j1 for cmake >= 3.28"#39736
Conversation
|
Thanks for opening a pull request! If this is not a minor PR. Could you open an issue for this pull request on GitHub? https://github.com/apache/arrow/issues/new/choose Opening GitHub issues ahead of time contributes to the Openness of the Apache Arrow project. Then could you also rename the pull request title in the following format? or In the case of PARQUET issues on JIRA the title also supports: See also: |
I think we can use both |
|
Ok, I added "MINOR". CI failures look unrelated. |
|
After merging your PR, Conbench analyzed the 6 benchmarking runs that have been run so far on merge-commit 015c2d6. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. |
…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>
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.