diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2016-08-30T12·36+0200 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2016-08-30T12·36+0200 |
commit | dd85fc1c5a302eb8566fb44c6300c7add20e569d (patch) | |
tree | 2b2b61e3eb8cb39b85f21ea337bfbeb4b8bf6ed9 | |
parent | 67364a5795a7ee9c17807d6e5caa5c4d3b508fc4 (diff) |
Drop Fedora 19/20 builds
These don't support regex_replace either.
-rw-r--r-- | release.nix | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/release.nix b/release.nix index 217398c8287d..d236cdae9bf0 100644 --- a/release.nix +++ b/release.nix @@ -172,10 +172,6 @@ let }; - rpm_fedora19i386 = makeRPM_i686 (diskImageFuns: diskImageFuns.fedora19i386) []; - rpm_fedora19x86_64 = makeRPM_x86_64 (diskImageFunsFun: diskImageFunsFun.fedora19x86_64) []; - rpm_fedora20i386 = makeRPM_i686 (diskImageFuns: diskImageFuns.fedora20i386) []; - rpm_fedora20x86_64 = makeRPM_x86_64 (diskImageFunsFun: diskImageFunsFun.fedora20x86_64) []; rpm_fedora21i386 = makeRPM_i686 (diskImageFuns: diskImageFuns.fedora21i386) [ "libsodium-devel" ]; rpm_fedora21x86_64 = makeRPM_x86_64 (diskImageFunsFun: diskImageFunsFun.fedora21x86_64) [ "libsodium-devel" ]; @@ -261,8 +257,6 @@ let deb_debian8x86_64 deb_ubuntu1504i386 deb_ubuntu1504x86_64 - rpm_fedora20i386 - rpm_fedora20x86_64 rpm_fedora21i386 rpm_fedora21x86_64 tests.remoteBuilds |