Conversation
|
I'm seeing a "missing required env var transport" error in the log file. Listener: Dialer: Will you patch the test application to fix this? You can either add a patch file like the way the 🍻 |
dhuseby
left a comment
There was a problem hiding this comment.
Please fix the env variable error in the test application.
Okay, I will do that |
I have made a PR for it here zen-eth/eth-p2p-z#115. Sorry, I was unable to properly test this as I had a macOS Docker compatibility issue which I couldn't resolve. |
|
it looks like your PR zen-eth/eth-p2p-z#115 has been landed. will you update this PR with the latest commit hash so that it picks up the changes? I'm also curious about your macOS Docker compatibility issues. What are you seeing? What do you think the problem is? |
Mac ARM64 Docker uses QEMU emulation for Linux x86_64 containers so this causes zig build failures which points to invalid CPU detection and stdlib bugs, but native Ubuntu (CI) works fine. |
|
ah interesting. |
|
any progress? |
Yes, updated the commit hash now includes the fix from zen-eth/eth-p2p-z#115. Ready for your review |
update zig commit hash