Skip to content

Commit

Permalink
Update build_posix.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
saienduri authored Mar 15, 2024
1 parent 1a908d9 commit 46b50af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build_tools/ci/build_posix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,7 @@ echo "::endgroup::"
echo "::group::Build"
cmake --build "$build_dir"
echo "::endgroup::"

echo "::group::BuildWheel"
CMAKE_GENERATOR=Ninja python setup.py bdist_wheel --dist-dir ./torch-mlir-wheel -v
echo "::endgroup::"

0 comments on commit 46b50af

Please sign in to comment.