Skip to content

Commit df7ac43

Browse files
committed
wip: update .bazelrc
1 parent 6f42e11 commit df7ac43

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.bazelrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ build:macos --cxxopt=-std=c++17
2727
build:macos --host_cxxopt=-std=c++17
2828
build:macos --copt=-w
2929
build:macos --macos_minimum_os=13.0
30+
build:macos --host_macos_minimum_os=13.0
3031

3132
# Sets the default Apple platform to macOS.
3233
build --apple_platform_type=macos

.github/workflows/macos-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
if: steps.cache-libs.outputs.cache-hit != 'true'
7272
run: |
7373
unset ANDROID_NDK_HOME
74-
python build.py build --desktop cpu --opencv cmake --macos_universal --bazel_build_opts='--macos_minimum_os=13.0 --host_macos_minimum_os=13.0 --subcommands=pretty_print' -vv
74+
python build.py build --desktop cpu --opencv cmake --macos_universal -vv
7575
7676
- name: Package
7777
run: |

0 commit comments

Comments
 (0)