Skip to content

Commit d4761d7

Browse files
authored
Fixing hash (#2973)
1 parent 96efe2f commit d4761d7

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/therock-ci-linux.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4242
with:
4343
repository: "ROCm/TheRock"
44-
ref: 3f62012a748df3a3099c51fa95d104db643a4588 # 10-03-2025 commit
44+
ref: dc05d637054ad197c84b00e24b6262af0ec797c6 # 10-03-2025 commit
4545
path: "TheRock"
4646

4747
- name: Runner Health Settings
@@ -54,7 +54,6 @@ jobs:
5454
5555
- name: Patch rocm-libraries
5656
run: |
57-
rm ./TheRock/patches/amd-mainline/rocm-libraries/0009-Use-workgroupMappingDim-in-rocroller_host.patch
5857
git config --global --add safe.directory '*'
5958
git -c user.name="therockbot" -c "user.email=therockbot@amd.com" am --whitespace=nowarn ./TheRock/patches/amd-mainline/rocm-libraries/*.patch
6059

0 commit comments

Comments
 (0)