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'm trying to install otns on
amd64 Mac running Ventura 13.01
go version go1.20.4 darwin/arm64
running ./script/install-deps seems to work fine
I saw the issue about install not working correctly in go > version 1.17
I ran go install ./cmd/...
It does install although there is no console output about it
The text was updated successfully, but these errors were encountered:
OTNS2 has some fixes regarding build/install on a Mac with a more automated install also. In the coming weeks (hopefully) we'll update to OTNS2 and then we could rest the install for this Mac platform. MacOS 13 is tested as part of the CI.
See new PR #528 - it includes CI for testing on 2 MacOS platforms. The script ./script/bootstrap is intended to do all required steps and test the result. Go >= 1.18 required.
I'm trying to install otns on
amd64 Mac running Ventura 13.01
go version go1.20.4 darwin/arm64
running ./script/install-deps seems to work fine
I saw the issue about install not working correctly in go > version 1.17
I ran go install ./cmd/...
It does install although there is no console output about it
The text was updated successfully, but these errors were encountered: