-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build tooling updates and fixes. (#974)
* Build tooling updates and fixes. I stared with documenting how to regenerate protos, and found a few things that were blocking release, and also was just broken. So this PR includes: * Documenting how to regenerate protos with `cargo` and `make`. * `make` targets for generating protobuf * Fixes and updates for build tooling for release. * Updates to rust version - which aligns with the available darwin builder image tags. * Replace `live-server` which broke as unmaintained with `browser-sync` which is also way better. * * Fixes for lint issues. * Rollback to rust 1.77.1 * There's a joseluisq/rust-linux-darwin-builder:1.77.1 image, but no 1.77.0 image 🤷🏻♂️ - so need to update so we can release macos binaries. * Can't upgrade to 1.78.0 because of tikv/pprof-rs#232
- Loading branch information
1 parent
d312e4c
commit 497f938
Showing
6 changed files
with
34 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters