Merge pull request #46005 from volth/patch-243

libguestfs-appliance: do not build on Hydra
This commit is contained in:
Jörg Thalheim 2018-09-03 21:02:40 +01:00 committed by GitHub
commit fc865cc214
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,4 +4,8 @@ fetchzip {
name = "libguestfs-appliance-1.38.0";
url = "http://libguestfs.org/download/binaries/appliance/appliance-1.38.0.tar.xz";
sha256 = "15rxwj5qjflizxk7slpbrj9lcwkd2lgm52f5yv101qba4yyn3g76";
meta = {
hydraPlatforms = []; # Hydra fails with "Output limit exceeded"
};
}