Carlo Cabrera
Carlo Cabrera
Are there any instances of `depends_on arch: :x86_64` that won't work on Rosetta? If not, then we could probably just infer the Rosetta requirement from `depends_on arch: :x86_64`.
Fails on macOS 13 and 14. macOS 13 isn't that surprising, but don't we have Xcode 16 on macOS 14?
Sure, no problem: #196776
Needs new bottles
That job is targeting WASM, which seems like an important difference. The Linux and macOS builds at #4702 seem to work fine.
> We have a `ninja` shim but `cmake --build` does not use it. Kinda weird that it doesn't, since `cmake --build` will happily take any `ninja` in `PATH` outside of...
Note that this doesn't work for Fish or Powershell. Will try to think a bit more about handling those cases.
CC @Homebrew/brew for thoughts here, especially for Fish and Powershell.
Here's how Sorbet deals with it: https://github.com/sorbet/sorbet/issues/1150 https://github.com/sorbet/sorbet/pull/1266