Skip to content

Commit

Permalink
adding ninjia build
Browse files Browse the repository at this point in the history
  • Loading branch information
jchen351 committed Feb 2, 2024
1 parent f40718f commit 1599f16
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/linux-cpu-arm64-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,8 @@ jobs:
--rm \
--volume $GITHUB_WORKSPACE:/onnxruntime_src \
--volume $RUNNER_TEMP:/build \
-w /build ${{ env.docker_image }} bash -c "/usr/bin/cmake -G "Unix Makefiles" /onnxruntime_src -DBUILD_SHARED_LIBS=ON -DCMAKE_BUILD_TYPE=Release && make"
-w /build ${{ env.docker_image }} bash -c "/usr/bin/cmake -G Ninja /onnxruntime_src -DBUILD_SHARED_LIBS=ON -DCMAKE_BUILD_TYPE=Release && ninja"
# /onnxruntime_src/extern/vcpkg/bootstrap-vcpkg.sh &&




0 comments on commit 1599f16

Please sign in to comment.