Skip to content

Commit

Permalink
Revert "#8280: use Ninja for build_artifacts and build.yaml"
Browse files Browse the repository at this point in the history
This reverts commit 6944d12.
  • Loading branch information
TT-billteng authored May 14, 2024
1 parent e9dd9c4 commit e21b82a
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 -G Ninja
cmake -B build
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 -G Ninja
cmake -B build
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 -G Ninja
cmake -B build
cmake --build build --target tests -- -j`nproc`
make-build-lib:
strategy:
Expand Down

0 comments on commit e21b82a

Please sign in to comment.