-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Description
dive attempts to run install.sh here which downloads binary artifacts from releases, and this fails on riscv64 where no binary releases were uploaded.
[error] uname_arch_check 'riscv64' got converted to 'riscv64' which is not a GOARCH value. Please file bug report at https://github.com/client9/shlib
[info] fetching release script for tag='v0.11.0'
[error] uname_arch_check 'riscv64' got converted to 'riscv64' which is not a GOARCH value. Please file bug report at https://github.com/client9/shlib
[info] using release tag='v0.11.0' version='0.11.0' os='linux' arch='riscv64'
[error] could not find release asset for os='linux' arch='riscv64' format='tar.gz'
[error] failed to install binny
make[1]: .tool/binny: No such file or directory
make[1]: *** [Makefile:20: .tool/task] Error 127
make: *** [Makefile:24: test] Error 2
It would be nice to make it available so downstream projects could rely on binny for more architectures support.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels