You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A small complication: The package allows to install a specific version, and older releases of protoc aren't backfilled. So enabling the arm architecture is a breaking change. So the code path should only use arm for protoc versions that >=21 via a denylist or parsing the version.
With version, 21+ protobuf releases precompiled binaries for Apple silicon https://github.com/protocolbuffers/protobuf/releases/tag/v21.0-rc1.
Currently, version 2.8.3 of protoc ignores the arch flag for darwin in the makeReleaseName function:
https://github.com/timostamm/protobuf-ts/blob/v2.8.3/packages/protoc/util.js#L174-L196
It would be great to have this updated.
The text was updated successfully, but these errors were encountered: