openshift / vagrant-openshift

Other
83 stars 117 forks source link

Add gpgme and libassuan to install dependencies #535

Closed mfojtik closed 7 years ago

mfojtik commented 7 years ago

@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 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.