From a101df369cfdf7676a2827a4c262e5adf67f0f1e Mon Sep 17 00:00:00 2001 From: Ioannis Assiouras <38722728+iassiour@users.noreply.github.com> Date: Fri, 5 Dec 2025 18:33:32 +0000 Subject: [PATCH] Bumping theROCK submodule 2025-12-04 commit (#2167) * Bumping theROCK submodule 2025-12-04 commit * Update container image in therock-ci-linux.yml --------- Co-authored-by: jbonnell-amd --- .github/workflows/therock-ci-linux.yml | 5 ++--- .github/workflows/therock-ci-windows.yml | 3 +-- .github/workflows/therock-test-packages.yml | 2 +- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/therock-ci-linux.yml b/.github/workflows/therock-ci-linux.yml index a9272bfda0..d3f811df20 100644 --- a/.github/workflows/therock-ci-linux.yml +++ b/.github/workflows/therock-ci-linux.yml @@ -19,7 +19,7 @@ jobs: permissions: id-token: write container: - image: ghcr.io/rocm/therock_build_manylinux_x86_64@sha256:044b113562629f4bd2ec5d2e64b32eee11562d48fb1a75d7493daec9dd8d8292 + image: ghcr.io/rocm/therock_build_manylinux_x86_64@sha256:583d473f263a289222c48d4b493e2956b2354a45796f09dee6f2c8ecd4504ab6 options: -v /runner/config:/home/awsconfig/ strategy: fail-fast: true @@ -38,7 +38,7 @@ jobs: with: repository: "ROCm/TheRock" path: "TheRock" - ref: eb8f187ff47eb6af9cd5aaa0b8d9a04b06b12796 # 2025-11-15 commit + ref: 6ec7af915a61e5268abb0e44217dbe3a7b5833a6 # 2025-12-04 commit - name: Install python deps run: | @@ -66,7 +66,6 @@ jobs: run: | # Remove patches here if they cannot be applied cleanly, and they have not been deleted from TheRock repo # rm ./TheRock/patches/amd-mainline/rocm-systems/*.patch - rm -f ./TheRock/patches/amd-mainline/rocm-systems/0006-Explicitly-load-libamdhip64.so.7.patch ./TheRock/build_tools/fetch_sources.py --jobs 12 --no-include-rocm-systems --no-include-rocm-libraries --no-include-ml-frameworks diff --git a/.github/workflows/therock-ci-windows.yml b/.github/workflows/therock-ci-windows.yml index 380ea04bd0..5bd7fb7ca3 100644 --- a/.github/workflows/therock-ci-windows.yml +++ b/.github/workflows/therock-ci-windows.yml @@ -39,7 +39,7 @@ jobs: with: repository: "ROCm/TheRock" path: "TheRock" - ref: eb8f187ff47eb6af9cd5aaa0b8d9a04b06b12796 # 2025-11-15 commit + ref: 6ec7af915a61e5268abb0e44217dbe3a7b5833a6 # 2025-12-04 commit - name: Set up Python uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0 @@ -54,7 +54,6 @@ jobs: run: | # Remove patches here if they cannot be applied cleanly, and they have not been deleted from TheRock repo # rm ./TheRock/patches/amd-mainline/rocm-systems/*.patch - rm -f ./TheRock/patches/amd-mainline/rocm-systems/0006-Explicitly-load-libamdhip64.so.7.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 diff --git a/.github/workflows/therock-test-packages.yml b/.github/workflows/therock-test-packages.yml index 38b27b07b9..14cb889d92 100644 --- a/.github/workflows/therock-test-packages.yml +++ b/.github/workflows/therock-test-packages.yml @@ -92,7 +92,7 @@ jobs: uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: repository: "ROCm/TheRock" - ref: eb8f187ff47eb6af9cd5aaa0b8d9a04b06b12796 # 2025-11-15 commit + ref: 6ec7af915a61e5268abb0e44217dbe3a7b5833a6 # 2025-12-04 commit - name: Run setup test environment workflow uses: './.github/actions/setup_test_environment'