Closed ddribin closed 1 year ago
MacOS Ventura ✅ (just pushed new bottles)
I still don't have Apple Silicon, but I would be happy to accept builds. If someone could run the following and send me both the text output and the files produced, we could include them. A PR is even better:
brew remove --ignore-dependencies riscv-isa-sim
brew install --build-bottle riscv-isa-sim
brew bottle riscv-isa-sim
brew remove --ignore-dependencies riscv-gnu-toolchain
brew install --build-bottle riscv-gnu-toolchain
brew bottle riscv-gnu-toolchain
brew remove --ignore-dependencies riscv-pk
brew install --build-bottle riscv-pk
brew bottle riscv-pk
Thank you! My Apple Silicon machine is not yet running Ventura (only my Intel machine is). Once it is, I could give this a shot. I've never built a bottle before. Is it okay to run those commands in an existing Homebrew install? Or should it be done in a "clean" Homebrew install?
The
README
states:macOS Ventura (13) has been out since October 2022 (about 5 months, at the time of filing). Would it be possible to create precompiled binaries for Ventura? Ideally both Intel and Apple Silicon.
Thanks!