-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(ci): bump protoc version (#8025)
### Description Bumping `setup-protoc` to version 2 as it supports fetching MacOS `arm64` builds which are required for `macos-latest` now that it runs on an M1 chip. Bumping `protoc` from `3.20` to `3.26` as `3.20` didn't have builds available for MacOS arm64. Note: Starting with 3.21 the protobuf project has switched it's versioning scheme so the major version 3 is implied. `setup-protoc` matches this as of 2.0.0 so we specify version with the format of `MINOR.PATCH`. We cannot update to `setup-protoc` to 3.0 as it uses Node20 which requires too high of glibc version for us to support our x86 musl builds. ### Testing Instructions CI Passes Verify that library release is able to build on arm64 machines: https://github.com/vercel/turbo/actions/runs/8806177110/job/24170410394 Dry run of release process: https://github.com/vercel/turbo/actions/runs/8807124431 Closes TURBO-2863
- Loading branch information
1 parent
ab004db
commit ef3b09b
Showing
6 changed files
with
17 additions
and
16 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