osx-cross / homebrew-avr

Homebrew AVR Toolchain
BSD 2-Clause "Simplified" License
394 stars 79 forks source link

Fix avr-binutils dependencies #336

Closed fauxpark closed 5 months ago

fauxpark commented 5 months ago

It appears the fully qualified name is required for other packages to pass the brew deps check: https://github.com/qmk/homebrew-qmk/actions/runs/8319148121/job/22761999493?pr=79

==> brew deps --tree --annotate --include-build --include-test qmk/qmk/qmk
Error: No available formula with the name "avr-binutils". Did you mean cargo-binutils?
Error: Process completed with exit code 1.
fauxpark commented 5 months ago

Build failures for GCC 5 and simavr. The former is expected, both are non-blocking - no bottles to publish here.