Closed honnix closed 1 year ago
Merging #1062 (1c50a47) into master (afa44b4) will increase coverage by
0.04%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## master #1062 +/- ##
============================================
+ Coverage 92.29% 92.33% +0.04%
+ Complexity 2149 2148 -1
============================================
Files 200 200
Lines 8314 8314
Branches 502 502
============================================
+ Hits 7673 7677 +4
+ Misses 526 521 -5
- Partials 115 116 +1
Hey, I just made a Pull Request!
Description
Override arch to work around compiling on Apple silicon
Motivation and Context
The gRPC and protobuf deps we are using now are not compatible with Apple silicon, and upgrading those is not trivial (see https://github.com/spotify/styx/pull/1061). This introduce a workaround so that we can compile on Apple silicon.
Reference: https://github.com/trustin/os-maven-plugin#generated-properties
Have you tested this? If so, how?
Checklist for PR author(s)
Checklist for PR reviewer(s)