Skip to content

Commit

Permalink
Revert "Revert "#8280: use Ninja for build_artifacts and build.yaml""
Browse files Browse the repository at this point in the history
This reverts commit 83fcbf3.
  • Loading branch information
TT-billteng committed May 15, 2024
1 parent 77b428e commit 90b02de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-artifact.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: ./.github/actions/install-python-deps
- name: Build tt-metal and libs
run: |
cmake -B build
cmake -B build -G Ninja
cmake --build build --target tests -- -j`nproc`
cmake --build build --target metal-install
- name: 'Tar files'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
echo "TT_METAL_HOME=$(pwd)" >> $GITHUB_ENV
- name: Build tt-metal libraries
run: |
cmake -B build
cmake -B build -G Ninja
cmake --build build -- -j`nproc`
- name: Remove unnecessary artifacts
run: |
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
- name: Build tt-metal tests
run: |
rm -f build/CMakeCache.txt
cmake -B build
cmake -B build -G Ninja
cmake --build build --target tests -- -j`nproc`
make-build-lib:
strategy:
Expand Down

0 comments on commit 90b02de

Please sign in to comment.