Skip to content

Commit c338545

Browse files
committedJun 12, 2017
Remove Ubuntu 13.10 build
Seccomp is too old there.
1 parent 0be5b94 commit c338545

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎release.nix

-2
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,6 @@ let
192192
deb_debian8i386 = makeDeb_i686 (diskImageFuns: diskImageFuns.debian8i386) [ "libsodium-dev" ] [ "libsodium13" ];
193193
deb_debian8x86_64 = makeDeb_x86_64 (diskImageFunsFun: diskImageFunsFun.debian8x86_64) [ "libsodium-dev" ] [ "libsodium13" ];
194194

195-
deb_ubuntu1310i386 = makeDeb_i686 (diskImageFuns: diskImageFuns.ubuntu1310i386) [] [];
196-
deb_ubuntu1310x86_64 = makeDeb_x86_64 (diskImageFuns: diskImageFuns.ubuntu1310x86_64) [] [];
197195
deb_ubuntu1404i386 = makeDeb_i686 (diskImageFuns: diskImageFuns.ubuntu1404i386) [] [];
198196
deb_ubuntu1404x86_64 = makeDeb_x86_64 (diskImageFuns: diskImageFuns.ubuntu1404x86_64) [] [];
199197
deb_ubuntu1410i386 = makeDeb_i686 (diskImageFuns: diskImageFuns.ubuntu1410i386) [] [];

0 commit comments

Comments
 (0)
Please sign in to comment.