You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was running onos-cli package on arm64, but it was failing giving the below error:
root@83dd9935a43b:/odidev/onos-cli# make coverage
go build -o build/_output/onos ./cmd/onos
go: github.com/onosproject/onos-ric@v0.6.10: reading github.com/onosproject/onos-ric/go.mod at revision v0.6.10: unknown revision v0.6.10
make: *** [Makefile:11: build] Error 1
root@83dd9935a43b:/odidev/onos-cli#
Also, onos-cli docker image is not available for arm64 and one of the dependency of onos-cli (i.e. onos-ric) is a private github repo. Is there any plan to make onos-cli available for arm64 (and to release docker image for arm64)?
Steps followed to run the package:
make coverage
The text was updated successfully, but these errors were encountered:
Thanks for the reply.
It is good to know that there is a plan on adding arm64 support to onos-cli. I am very much happy to help if needed and if i get any suggestion on this issue.
(I work with @odidev) The first problem "unknown revision" doesn't look like a platform issue to my untrained eye. Can you reproduce the 'unknown revision' error on x86?
Hi Team,
I was running onos-cli package on arm64, but it was failing giving the below error:
root@83dd9935a43b:/odidev/onos-cli# make coverage
go build -o build/_output/onos ./cmd/onos
go: github.com/onosproject/onos-ric@v0.6.10: reading github.com/onosproject/onos-ric/go.mod at revision v0.6.10: unknown revision v0.6.10
make: *** [Makefile:11: build] Error 1
root@83dd9935a43b:/odidev/onos-cli#
Also, onos-cli docker image is not available for arm64 and one of the dependency of onos-cli (i.e. onos-ric) is a private github repo. Is there any plan to make onos-cli available for arm64 (and to release docker image for arm64)?
Steps followed to run the package:
make coverage
The text was updated successfully, but these errors were encountered: