-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Description
Right now, using this tap installs the toolchain from the master branch of riscv-gnu-toolchain, and means that the version of the compiler one gets is based on when they run brew tap
. Since that can be updated at any time, an unlucky user can get a version that doesn't work (right now we are running into riscvarchive/riscv-gcc#190). This makes it hard to rely on using this tap, since we don't want to tell users to install the toolchain this way and for them to have unexpected errors because they aren't using a stable release.
Any thoughts on tying these formulas to a release? Even just having the versions in the git history would make it easier to go back to a known working version.
ppannuto, tuupola and Ray-Eldath
Metadata
Metadata
Assignees
Labels
No labels