We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As a result of conda-forge/ctng-compiler-activation-feedstock#94, conda-forge has started putting CMAKE_BUILD_TYPE in CMAKE_ARGS.
CMAKE_BUILD_TYPE
CMAKE_ARGS
This is breaking CI builds for us: https://github.com/apache/arrow/actions/runs/5904814214/job/16017685263?pr=37174
C++
The text was updated successfully, but these errors were encountered:
@kou
Sorry, something went wrong.
apacheGH-37266: [CI][C++] Avoid clobbering build type with CMAKE_ARGS
f883af5
Since CMAKE_ARGS could in some circumstances (conda-forge) override CMAKE_BUILD_TYPE, pass it first and let our own choice override it.
GH-37266: [CI][C++] Use ARROW_CMAKE_ARGS not CMAKE_ARGS (#37272)
9ddd8d5
* Closes: #32766 * Closes: #37266 Authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Antoine Pitrou <antoine@python.org>
apacheGH-37266: [CI][C++] Use ARROW_CMAKE_ARGS not CMAKE_ARGS (apache…
da4751a
…#37272) * Closes: apache#32766 * Closes: apache#37266 Authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Antoine Pitrou <antoine@python.org>
pitrou
Successfully merging a pull request may close this issue.
Describe the bug, including details regarding any error messages, version, and platform.
As a result of conda-forge/ctng-compiler-activation-feedstock#94, conda-forge has started putting
CMAKE_BUILD_TYPE
inCMAKE_ARGS
.This is breaking CI builds for us:
https://github.com/apache/arrow/actions/runs/5904814214/job/16017685263?pr=37174
Component(s)
C++
The text was updated successfully, but these errors were encountered: