Skip to content
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] The submodule sync script FAILED to get rapids-cmake source revision #2142

Closed
NvTimLiu opened this issue Jun 13, 2024 · 1 comment · Fixed by #2143
Closed

[BUG] The submodule sync script FAILED to get rapids-cmake source revision #2142

NvTimLiu opened this issue Jun 13, 2024 · 1 comment · Fixed by #2143
Assignees
Labels
? - Needs Triage bug Something isn't working

Comments

@NvTimLiu
Copy link
Collaborator

NvTimLiu commented Jun 13, 2024

Describe the bug

The submodule sync script FAILED to get rapids-cmake source revision, Seems it related to the CUDF_INSTALL_DIR change of PR : #2115

https://github.com/NVIDIA/spark-rapids-jni/blob/branch-24.08/ci/submodule-sync.sh#L91-L94

    # Extract the rapids-cmake sha1 that we need to pin too
    rapids_cmake_sha=$(git -C thirdparty/cudf/cpp/build/_deps/rapids-cmake-src/ rev-parse HEAD)
    echo "Update rapids-cmake pinned SHA1 to ${rapids_cmake_sha}"
    echo "${rapids_cmake_sha}" > thirdparty/cudf-pins/rapids-cmake.sha

error log

    + test_pass=True
    ++ git -C thirdparty/cudf/cpp/build/_deps/rapids-cmake-src/ rev-parse HEAD
    fatal: cannot change to 'thirdparty/cudf/cpp/build/_deps/rapids-cmake-src/': No such file or directory
    + rapids_cmake_sha=
    script returned exit code 128
@NvTimLiu NvTimLiu added bug Something isn't working ? - Needs Triage labels Jun 13, 2024
@NvTimLiu
Copy link
Collaborator Author

@gerashegalov Can you help take a look? Thanks!

@gerashegalov gerashegalov self-assigned this Jun 13, 2024
gerashegalov added a commit to gerashegalov/spark-rapids-jni that referenced this issue Jun 13, 2024
gerashegalov added a commit that referenced this issue Jun 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
? - Needs Triage bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants