Skip to content

Disable git_shallow for nvtx3 and bs_thread_pool#811

Merged
rapids-bot[bot] merged 2 commits intorapidsai:branch-25.06from
KyleFromNVIDIA:nvtx-no-git-shallow
Apr 3, 2025
Merged

Disable git_shallow for nvtx3 and bs_thread_pool#811
rapids-bot[bot] merged 2 commits intorapidsai:branch-25.06from
KyleFromNVIDIA:nvtx-no-git-shallow

Conversation

@KyleFromNVIDIA
Copy link
Copy Markdown
Member

@KyleFromNVIDIA KyleFromNVIDIA commented Apr 3, 2025

Description

We are specifying a hash rather than a branch or tag, which requires a non-shallow clone in CMake.

Checklist

  • I am familiar with the Contributing Guidelines.
  • New or existing tests cover these changes.
  • The documentation is up to date with these changes.
  • The cmake-format.json is up to date with these changes.
  • I have added new files under rapids-cmake/
    • I have added include guards (include_guard(GLOBAL))
    • I have added the associated docs/ rst file and update the api.rst

@KyleFromNVIDIA KyleFromNVIDIA requested a review from a team as a code owner April 3, 2025 20:28
@KyleFromNVIDIA KyleFromNVIDIA changed the title Disable git_shallow for nvtx3 Disable git_shallow for nvtx3 and bs_thread_pool Apr 3, 2025
@KyleFromNVIDIA KyleFromNVIDIA added bug Something isn't working non-breaking Introduces a non-breaking change labels Apr 3, 2025
@KyleFromNVIDIA KyleFromNVIDIA mentioned this pull request Apr 3, 2025
7 tasks
@KyleFromNVIDIA
Copy link
Copy Markdown
Member Author

/merge

@rapids-bot rapids-bot bot merged commit c9530ea into rapidsai:branch-25.06 Apr 3, 2025
15 checks passed
rapids-bot bot pushed a commit that referenced this pull request Apr 4, 2025
Tags are mutable and can be replaced with malicious code. Replace them with the hash that the tag points to at the time of this PR.

Each hash was found by doing:

```
curl https://api.github.com/repos/$OWNER/$REPO/tags | jq -r '.[] | select(.name == "$TAG") | .commit.sha'
```

nvtx and bs_thread_pool are separately covered by #811.

Authors:
  - Kyle Edwards (https://github.com/KyleFromNVIDIA)

Approvers:
  - Bradley Dice (https://github.com/bdice)

URL: #812
@sameerz
Copy link
Copy Markdown

sameerz commented Apr 6, 2025

Looks like this might have broken something on the spark-rapids-jni: NVIDIA/spark-rapids-jni#3104 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working non-breaking Introduces a non-breaking change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants