-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bump go daemon tag version #229
Conversation
@stefantalpalaru would you mind checking that win 32 job at least .. it's a weird failure , stops at the p2p build script... |
@stefantalpalaru another thing sorry.. I fail to make it work actually.. passing the version didn't do anything, is it cache related ( see travis )? |
The Azure cache is not invalidated automatically. You need to manually change the cache key, for both the Nim compiler and p2pd. The Travis problem doesn't seem cache-related. |
Thanks I see.
It's definitely printing the old p2pd help so it seems to me that is cache related too |
You're right. I need to port "build_p2pd.sh" from the old binary-mtime-based system to the separate timestamp file we use in "build_nim.sh". Just a moment. |
Yes. Hang on while I'm debugging it. |
It's a problem with Go-1.12: libp2p/go-libp2p-daemon#212 |
Oh wow, didn't realize it was so convoluted. Thanks @stefantalpalaru |
I migrated my own projects to use GitHub actions and never regret about it to be honest. |
- Travis: use Go 1.14 - azure-pipelines.yml: big cleanup - Azure: bump cache keys - build 64-bit p2pd on 32-bit Windows - install both Mingw-w64 architectures
50d73cb
to
8d2577c
Compare
I squashed all my commits and any CI failure you may see is not our fault, so this PR is ready for merging. Important points: the latest p2pd version does not build with Go-1.12 nor does it build on 32-bit any more. I saw a different p2pd cache key in another PR. Make sure it doesn't overwrite this one.
What are the chances it uses the same underlying infrastructure as Azure Pipelines? |
I saw this Travis error appearing sometimes on Azure. A matter of timing?
|
yeah indeed, often on macos too cos probably it's nested virtualization... |
Thank you for azure btw @stefantalpalaru ! |
It's weird tho, the timing issues I didn't have with pubsub before tho.. now this one too: |
Quite possible, hard to tell from the snippet, but I haven't seen it break there in a while. |
btw I'm closing this PR and move it (merging it) into #226 |
@dryajov I really would try to avoid adding sleeps or so and rather have systematical knowledge that we close all. |
includes lastest changes, and latest noise