From ade98ca695824060d872dc6eb094398a5990d550 Mon Sep 17 00:00:00 2001 From: Scott Todd Date: Tue, 2 Sep 2025 15:21:17 -0700 Subject: [PATCH] Drop amdgpu-windows-interop checkout from therock-ci-windows.yml. (#784) Co-authored-by: Joseph Macaranas <145489236+jayhawk-commits@users.noreply.github.com> --- .github/workflows/therock-ci-windows.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/therock-ci-windows.yml b/.github/workflows/therock-ci-windows.yml index c30eff9568..f9b05a3dc2 100644 --- a/.github/workflows/therock-ci-windows.yml +++ b/.github/workflows/therock-ci-windows.yml @@ -48,7 +48,7 @@ jobs: .github ${{ inputs.subtree_checkout }} token: ${{ steps.generate-token.outputs.token }} - + - name: Checkout TheRock repository uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: @@ -82,13 +82,6 @@ jobs: git config --global core.longpaths true python ./TheRock/build_tools/fetch_sources.py --jobs 96 --no-include-math-libs - - name: Checkout closed source AMDGPU/ROCm interop library folder - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - with: - repository: nod-ai/amdgpu-windows-interop - path: amdgpu-windows-interop - lfs: true - - name: Configure Projects env: amdgpu_families: ${{ env.AMDGPU_FAMILIES }}