-
Notifications
You must be signed in to change notification settings - Fork 261
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
update tested Nim versions #5142
Conversation
1a5354c
to
fe089b0
Compare
For 2.0, it's currently failing with
I definitely find it worth testing |
Depends on #5143 |
4b350c4
to
4716e7d
Compare
|
Depends on nim-lang/Nim#22187 |
FYI, libp2p doesn't work on 2.0 because of nim-lang/Nim#22188 (at least in our CI) |
@narimiran Could it be that backports from |
If needed, I can merge those commits from devel to v-2-0. |
Would be awesome to have a green |
Ok, version-2-0 is now same as devel. Let's see if it helps things here :) |
That's probably nim-lang/Nim#22187 -- will trigger rebuild to find out |
|
Add `version-2-0` testing, and make upstream version testing Linux only.
And, also, as a followup: |
|
|
probably related to nim-lang/Nim#22305 as #5142 (comment) notes |
Add
version-2-0
testing, and make upstream version testing Linux only.