Removing landed patch (#1184)

This commit is contained in:
Geo Min
2025-09-30 16:51:41 -07:00
کامیت شده توسط GitHub
والد b0a9a2386f
کامیت 36a1fd87af
2فایلهای تغییر یافته به همراه3 افزوده شده و 1 حذف شده
@@ -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
@@ -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