nim-libp2p
nim-libp2p copied to clipboard
Cannot run tests on Apple M1 MacOS
Nim-libp2p project uses test dependency go-libp2p-daemon which requires Go compiler version < 1.18. Actual Go compiler version set in the project 1.15.5 is not available for ARM64 with MacOS.
Steps to resolve:
- Upgrade Go compiler requirement to 1.16.15
- Install Go compiler 1.16.15 locally as alternative version
- Run tests as usual
- Run tests on other platforms for regression
Nim-libp2p project uses dependency go-libp2p-daemon
I assume this is only a test dependency? (The title suggests it as well, but the description is vague.)
Did you test upgrading the go-compiler with other architectures?
Nim-libp2p project uses dependency go-libp2p-daemon
I assume this is only a test dependency? (The title suggests it as well, but the description is vague.)
Did you test upgrading the go-compiler with other architectures?
Thanks for comment. I've updated description, please have a look. No, I haven't tested this with other architectures yet.