-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Conversation
(and it looks like Windows will be fixed in #205 👍) |
If you wanted to review and maybe even merge that, I'd be happy (of course) to rebase and retest. ❤️ |
|
||
# https://github.com/docker/libcontainer/blob/e9f44b52de03138d9273eadd5a87a0cea11b4f5d/.travis.yml | ||
env: | ||
- TRAVIS_GLOBAL_WTF=1 |
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.
What's up with that?
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.
I thought it was for privileged containers, do we need this ?
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.
4:07 PM tianon: is the name TRAVIS_GLOBAL_WTF
important ?
4:07 PM or can it be anything else ?
4:07 PM nope, it can be anything
4:08 PM that was just the name I came up with when frustrated that I couldn't just say "run these scripts outside the build matrix"
4:08 PM ok I see
Signed-off-by: Andrew "Tianon" Page <[email protected]>
Signed-off-by: Andrew "Tianon" Page <[email protected]>
Ok, rebased, added a bunch of comments, re-enabled windows, all green. 👍 |
LGTM |
As noted in #209 (comment), this excludes Windows for now (
api/server.go:29: undefined: syscall.Umask
), and also excludes Go 1.4 for now (moovweb/gvm#116), but does include everything necessary to reenable them later without much fuss (once the issues with each are respectively resolved).