Remove old -j flag from check-circular-deps.yml (#10000)

This commit is contained in:
Daniel McIlvaney 2024-08-01 15:56:39 -07:00 коммит произвёл GitHub
Родитель 496538ffce
Коммит e42bf48e7a
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 3 удалений

4
.github/workflows/check-circular-deps.yml поставляемый
Просмотреть файл

@ -22,8 +22,6 @@ jobs:
- name: Check for circular dependencies
run: |
echo "Checking for circular dependency loops..."
# Call this script to sync the toolchain manifests with the LKG daily build.
./toolkit/scripts/setuplkgtoolchain.sh
# Setup the toolchain using the LKG daily build, and then make the full package graph.
# This will fail if any circular dependency loops are detected in the core SPECs.
sudo make -C toolkit -j$(nproc) graph REBUILD_TOOLS=y DAILY_BUILD_ID=lkg -j30
sudo make -C toolkit graph REBUILD_TOOLS=y DAILY_BUILD_ID=lkg -j30