uatuko / ruek

🔐 Lightning fast, global scale authorization service without the overhead of a yet another DSL.
Apache License 2.0
94 stars 6 forks source link

Optimise macOS build workflow #15

Closed uatuko closed 1 year ago

uatuko commented 1 year ago

Due to Homebrew Bottle for gRPC not including test headers we have to compile gRPC from source, which adds a significant amount of time to the total compile time. This change reduces the macOS build time by using system libs for gRPC dependencies.

codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (2c3d4d4) 89.83% compared to head (9ce6d33) 89.83%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## feature/events #15 +/- ## =============================================== Coverage 89.83% 89.83% =============================================== Files 18 18 Lines 433 433 Branches 19 19 =============================================== Hits 389 389 Misses 39 39 Partials 5 5 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.