vacp2p / nim-libp2p

libp2p implementation in Nim
https://vacp2p.github.io/nim-libp2p/docs/
MIT License
247 stars 54 forks source link

Cannot run tests on Apple M1 MacOS #993

Open romanzac opened 10 months ago

romanzac commented 10 months ago

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:

kaiserd commented 9 months ago

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?

romanzac commented 9 months ago

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.