Skip to content

Commit

Permalink
Fix OSX cross-compile
Browse files Browse the repository at this point in the history
  • Loading branch information
xhochy committed Mar 22, 2021
1 parent dbc8a1a commit 6d2addc
Show file tree
Hide file tree
Showing 12 changed files with 1,908 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ cxx_compiler:
- clangxx
cxx_compiler_version:
- '11'
grpc_cpp:
- '1.36'
libprotobuf:
- '3.15'
macos_machine:
- x86_64-apple-darwin13.4.0
target_platform:
Expand Down
4 changes: 4 additions & 0 deletions .ci_support/osx_arm64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ cxx_compiler:
- clangxx
cxx_compiler_version:
- '11'
grpc_cpp:
- '1.36'
libprotobuf:
- '3.15'
macos_machine:
- arm64-apple-darwin20.0.0
target_platform:
Expand Down
Loading

0 comments on commit 6d2addc

Please sign in to comment.