From 36a1fd87af5bc4c562520e6c71d8598392bb95ec Mon Sep 17 00:00:00 2001 From: Geo Min Date: Tue, 30 Sep 2025 16:51:41 -0700 Subject: [PATCH] Removing landed patch (#1184) --- .github/workflows/therock-ci-linux.yml | 1 + .github/workflows/therock-ci-windows.yml | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/therock-ci-linux.yml b/.github/workflows/therock-ci-linux.yml index 238e515eda..c27c444f6c 100644 --- a/.github/workflows/therock-ci-linux.yml +++ b/.github/workflows/therock-ci-linux.yml @@ -71,6 +71,7 @@ jobs: - name: Patch rocm-systems run: | + rm ./TheRock/patches/amd-mainline/rocm-systems/0007-Rollup-of-build-changes-needed-for-compat-with-TheRo.patch git -c user.name="therockbot" -c "user.email=therockbot@amd.com" am --whitespace=nowarn ./TheRock/patches/amd-mainline/rocm-systems/*.patch - name: Configure Projects diff --git a/.github/workflows/therock-ci-windows.yml b/.github/workflows/therock-ci-windows.yml index 4b98b6ca7e..7f14101167 100644 --- a/.github/workflows/therock-ci-windows.yml +++ b/.github/workflows/therock-ci-windows.yml @@ -54,6 +54,7 @@ jobs: - name: Patch rocm-systems run: | + rm ./TheRock/patches/amd-mainline/rocm-systems/0007-Rollup-of-build-changes-needed-for-compat-with-TheRo.patch git -c user.name="therockbot" -c "user.email=therockbot@amd.com" am --whitespace=nowarn ./TheRock/patches/amd-mainline/rocm-systems/*.patch - name: Install requirements @@ -95,7 +96,7 @@ jobs: env: amdgpu_families: ${{ env.AMDGPU_FAMILIES }} package_version: "ADHOCBUILD" - extra_cmake_options: "-DTHEROCK_ROCM_SYSTEMS_SOURCE_DIR=${{ github.workspace }} ${{ inputs.cmake_options }}" + extra_cmake_options: "-DTHEROCK_ROCM_SYSTEMS_SOURCE_DIR=../ ${{ inputs.cmake_options }}" run: | # clear cache before build and after download ccache -z