Long story short... We are not going to build Origin with these libraries as CGO deps as we will have special build tag that will disable it.. However, godep is stupid and it will try to compile the containers/images which will result in compilation error and test failure...
So.. this is only needed to fix that test. After this merge, I guess I will have to kick new base_ami build.
@stevekuznetsov this is required for https://github.com/openshift/origin/pull/13585 to pass the
godep restore
test.Long story short... We are not going to build Origin with these libraries as CGO deps as we will have special build tag that will disable it.. However,
godep
is stupid and it will try to compile thecontainers/images
which will result in compilation error and test failure...So.. this is only needed to fix that test. After this merge, I guess I will have to kick new base_ami build.