CI cleanups#2320
Conversation
|
Added some cleanup to travis.yml |
|
@mrunalp @crosbymichael @AkihiroSuda PTAL (easy to review) |
|
CI failing |
Does not look related :-\ |
|
rebased on top of current master to kick CI |
|
Might be related, looking |
1. it was not working previously because of a typo 2. when a typo is removed, important packages such as container-selinux are not updated, so let's just remove this flag to avoid confusion. Fixes: 84583eb Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
It is not needed since commit 89c108b. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
|
Fixed (enabling weak deps was a bad bad idea) |
1. rm disablng weak deps in Vagrantfile
it was not working previously because of a typo
when a typo is removed, important packages such
as container-selinux are not updated, so let's
just remove this flag to avoid confusion.
Fixes: 84583eb (#2295)
2. rm BUILDTAGS from travis.yml
It is not needed since commit 89c108b.