:thread: protoc for macos. I see that till `2.19.d...
# general
h
๐Ÿงต protoc for macos. I see that till
2.19.dev2
protoc
was enabled for macos_arm64, https://github.com/pantsbuild/pants/blob/release_2.19.0.dev2/src/python/pants/backend/codegen/protobuf/protoc.py#L18 but since 2.19.dev3 https://github.com/pantsbuild/pants/blob/release_2.19.0.dev3/src/python/pants/backend/codegen/protobuf/protoc.py#L22 it's commented out as it's broken. I am actively using 2.16 and the default protoc version
protoc-3.20.1-
worked fine, but then my code pipeline broke last night when i upgraded to 2.19.dev4. So just curious, are a lot of folks experience trouble with 3.20.1 because it worked fine for me.
c
Yea, that was a regression. It will be reverted and handled with more care and nuance for those using rosetta.
Expect it to be fixed again in
2.19.0.dev5
Thanks for trying out our dev releases! ๐Ÿ˜„
(I called this out for the 2.18 rc, but not the dev release, my oversight) https://pantsbuild.slack.com/archives/C18RRR4JK/p1698689988859259?thread_ts=1698688604.321399&cid=C18RRR4JK
๐Ÿ‘ 1