-
Notifications
You must be signed in to change notification settings - Fork 70
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
[BUG] cudf submodule sync job failed #1306
Comments
when the CI build it was advancing thirdparty/cudf from To reproduce locally:
|
3 tasks
rapidsai/cudf#13790 resolves the original build failure re however there is another roadblock down the road:
|
rapids-bot bot
pushed a commit
to rapidsai/cudf
that referenced
this issue
Aug 1, 2023
Arrow 12.0 uses the vendored CMake target `arrow::xsimd` instead of the global target name of `xsimd`. We need to use the new name so that libcudf can be used from the build directory by other projects. Found by issue: NVIDIA/spark-rapids-jni#1306 Authors: - Robert Maynard (https://github.com/robertmaynard) Approvers: - Bradley Dice (https://github.com/bdice) URL: #13790
3 tasks
rapids-bot bot
pushed a commit
to rapidsai/cudf
that referenced
this issue
Aug 2, 2023
Contiuation of #13790 as more changes are needed to support Arrow 12 builds from source ( both static and shared ). This fixes issues when building against Arrow with S3 enabled, and corrects missing `acero` targets. NVIDIA/spark-rapids-jni#1306 Authors: - Robert Maynard (https://github.com/robertmaynard) Approvers: - David Wendt (https://github.com/davidwendt) - Gera Shegalov (https://github.com/gerashegalov) - Bradley Dice (https://github.com/bdice) URL: #13794
fixed by: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The regular cudf submodule sync job has been failing lately in the cudf build:
The text was updated successfully, but these errors were encountered: