From fb3677cad65f80b31f1d83e53edaf28e05a345d8 Mon Sep 17 00:00:00 2001 From: Laura Promberger Date: Fri, 26 Sep 2025 20:36:28 +0200 Subject: [PATCH] fetch_sources: replace flags that the newer version recognizes (#1148) * fetch_sources: replace flags that the newer version recognizes * fetch_sources: remove --no-include-rocm-libraries --- .github/workflows/therock-ci-linux.yml | 2 +- .github/workflows/therock-ci-windows.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/therock-ci-linux.yml b/.github/workflows/therock-ci-linux.yml index ead3447e3a..7e3b3be942 100644 --- a/.github/workflows/therock-ci-linux.yml +++ b/.github/workflows/therock-ci-linux.yml @@ -78,7 +78,7 @@ jobs: - name: Fetch sources timeout-minutes: 30 run: | - ./TheRock/build_tools/fetch_sources.py --jobs 12 --no-include-math-libs + ./TheRock/build_tools/fetch_sources.py --jobs 12 --no-include-rocm-systems --no-include-ml-frameworks - name: Configure Projects diff --git a/.github/workflows/therock-ci-windows.yml b/.github/workflows/therock-ci-windows.yml index fa3276bd84..b79243a77a 100644 --- a/.github/workflows/therock-ci-windows.yml +++ b/.github/workflows/therock-ci-windows.yml @@ -91,7 +91,7 @@ jobs: timeout-minutes: 30 run: | git config --global core.longpaths true - python ./TheRock/build_tools/fetch_sources.py --jobs 12 --no-include-math-libs + python ./TheRock/build_tools/fetch_sources.py --jobs 12 --no-include-rocm-systems --no-include-ml-frameworks - name: Configure Projects env: