-
Notifications
You must be signed in to change notification settings - Fork 84
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
docker setup for main nightlies #277
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems sensible.
@swift-server-bot test this please |
@weissi Seems like the nightly is failing due to TSAN being busted, want to disable it? |
this is an issue we have on all ubuntu docker images > 16.04 on the kernel we run on CI hosts. yet to figure it out :/ |
@tomerd I think on 5.4 it's even worse and it doesn't even work on 16.04, I think I tried with NIO... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This needs substantial changes. The image name is wrong (you have swift-nio
but it should be swift-nio-http2
, and you're missing a h2spec_version
directive in runtime-setup
.
@Lukasa sorry this took so long, missed your comments. Updated |
No description provided.