lighthouse/scripts
Michael Sproul 58bd2f76d0 Ensure protoc is installed for release CI (#3621)
## Issue Addressed

The release CI is currently broken due to the addition of the `protoc` dependency. Here's a failure of the release flow running on my fork: https://github.com/michaelsproul/lighthouse/actions/runs/3155541478/jobs/5134317334

## Proposed Changes

- Install `protoc` on Windows and Mac so that it's available for `cargo install`.
- Install an x86_64 binary in the Cross image for the aarch64 platform: we need a binary that runs on the host, _not_ on the target.
- Fix `macos` local testnet CI by using the Github API key to dodge rate limiting (this issue: https://github.com/actions/runner-images/issues/602).
2022-10-03 23:09:25 +00:00
..
ci Fix name collision in script (#2678) 2021-10-05 22:54:11 +00:00
cross Ensure protoc is installed for release CI (#3621) 2022-10-03 23:09:25 +00:00
local_testnet Use #!/usr/bin/env everywhere for local testnets (#3606) 2022-09-29 06:13:30 +00:00
tests Fix some typos (#3376) 2022-07-27 00:51:06 +00:00
change_version.sh Release v0.3.4 (#1894) 2020-11-13 06:06:35 +00:00