scylladb: don't build on Hydra; /cc PR #70576

gstqt5
Vladimír Čunát 2019-10-12 09:45:54 +02:00
parent a9435c8db8
commit 8ae02b57c6
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA
1 changed files with 1 additions and 0 deletions

View File

@ -96,6 +96,7 @@ gcc8Stdenv.mkDerivation {
homepage = "https://scylladb.com";
license = licenses.agpl3;
platforms = stdenv.lib.platforms.linux;
hydraPlatforms = []; # It's huge ATM, about 18 GB.
maintainers = [ stdenv.lib.maintainers.farlion ];
};
}