riscv-software-src / homebrew-riscv

homebrew (macOS) packages for RISC-V toolchain
https://riscv.org
310 stars 50 forks source link

Add Apple Silicon bottles for macOS Ventura #98

Closed ddribin closed 9 months ago

ddribin commented 1 year ago

I built these in a clean Homebrew install in virtual machine. Attaching the full output of the build as results.txt. Here are the files:

> ll *.tar.gz
-rw-r--r--@ 1 dave  staff    76M Apr  6 21:22 riscv-gnu-toolchain--main.arm64_ventura.bottle.13.tar.gz
-rw-r--r--@ 1 dave  staff   5.8M Apr  6 21:22 riscv-isa-sim--main.arm64_ventura.bottle.15.tar.gz
-rw-r--r--@ 1 dave  staff   252K Apr  6 21:22 riscv-pk--main.arm64_ventura.bottle.13.tar.gz

> shasum -a256 *.tar.gz
815059334a5de53f2eeec849f91d70db2c33c3d33109134154f355eada9bc5f4  riscv-gnu-toolchain--main.arm64_ventura.bottle.13.tar.gz
841e5d077ffa403ebf7c6b7dd3b610e985b2161e7adcbf6aecedf946bdf4c32c  riscv-isa-sim--main.arm64_ventura.bottle.15.tar.gz
f79950ba570e4e984565744e32fe5935bdbcbe71a6beda925aff9997d64df958  riscv-pk--main.arm64_ventura.bottle.13.tar.gz

Do you have a place I could upload them? And is there a way for me to test these locally?

One last question: Why did you remove the Monterey bottles? I believe the formula can have bottles for both Monterey and Ventura.

sbeamer commented 1 year ago

Thank you for making the arm bottles. I can try adding them to the same S3 storage as the other bottles. Can you putting them anywhere where I could get those files? Perhaps a GitHub repo with LFS?

The Monterey bottles have not been removed. Those files are still available under the original paths on S3. They are no longer the most recent version, so an up to do date Homebrew will not attempt to download them.

ddribin commented 1 year ago

Sorry, I hadn't heard back, so I'm not sure I still have the files. I'll take a look.

sbeamer commented 9 months ago

I just pushed bottles for Apple Silicon 4be2682