Files
firezone/.github
Jamil 30a681ad6b Add Swift build cache to CI (#2273)
- Cache build outputs as well as package manager resolved cache
- Write a new cache on `main` if anything in `swift/` or `rust/`
changes, and match on successively broader `restore-keys`. Swift loves
cached builds but its build cache is fairly large, so I thought this
might be an improvement over simply writing the cache to `github.sha` in
case anything outside of those directories changes.
- ~~Split macOS `x86_64` and `aarch64` builds with a matrix to
parallelize them, will join them into the final bundle during the `cd`
stage~~ Edit: We want to build these together in order to create a
Universal Binary artifact more easily.
2023-10-09 12:00:55 -07:00
..
2023-08-08 12:56:18 -05:00
2023-10-08 15:02:23 +00:00