From eef8d8bda7a7ecf1863ca289a6fb6e255632cc76 Mon Sep 17 00:00:00 2001 From: Daryl Hawkins Date: Wed, 31 Dec 2025 17:31:14 -0500 Subject: [PATCH] Remove another patch --- .github/workflows/therock-ci-linux.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/therock-ci-linux.yml b/.github/workflows/therock-ci-linux.yml index 2a6b7a657d..51de0f7469 100644 --- a/.github/workflows/therock-ci-linux.yml +++ b/.github/workflows/therock-ci-linux.yml @@ -80,7 +80,8 @@ jobs: # Remove patches here if they cannot be applied cleanly, and they have not been deleted from TheRock repo rm -f ./TheRock/patches/amd-mainline/rocm-libraries/0008-Revert-remove-options-no-enumerate-966.patch rm -f ./TheRock/patches/amd-mainline/rocm-libraries/0003-Find-rocm_smi-via-config-files.patch - git -c user.name="therockbot" -c "user.email=therockbot@amd.com" am --whitespace=nowarn ./TheRock/patches/amd-mainline/rocm-libraries/*.patch + rm -f ./TheRock/patches/amd-mainline/rocm-libraries/0007-Remove-Windows-third_party_dlls-copying-code.patch + # git -c user.name="therockbot" -c "user.email=therockbot@amd.com" am --whitespace=nowarn ./TheRock/patches/amd-mainline/rocm-libraries/*.patch - name: Install python deps run: |