Skip to content

Commit

Permalink
disable building unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
edgchen1 committed Oct 2, 2024
1 parent 3383952 commit a8bd0d9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ jobs:
- uses: actions/checkout@v4

# Note: Setting onnxruntime_BUILD_UNIT_TESTS=OFF as a workaround for
# https://github.com/microsoft/onnxruntime/issues/22245.
- name: Build
shell: bash
run: |
Expand All @@ -103,7 +105,8 @@ jobs:
--ios \
--apple_deploy_target=13.0 \
--apple_sysroot=iphonesimulator \
--osx_arch=x86_64
--osx_arch=x86_64 \
--cmake_extra_defines=onnxruntime_BUILD_UNIT_TESTS=OFF
Vcpkg:
runs-on: macos-13
Expand Down

0 comments on commit a8bd0d9

Please sign in to comment.