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
Tento commit je obsažen v:
Laura Promberger
2025-09-26 20:36:28 +02:00
odevzdal GitHub
rodič c16b06a7d7
revize fb3677cad6
2 změnil soubory, kde provedl 2 přidání a 2 odebrání
+1 -1
Zobrazit soubor
@@ -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
+1 -1
Zobrazit soubor
@@ -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: