[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
35/376: Don't build on Ubuntu 10.10
From: |
Ludovic Courtès |
Subject: |
35/376: Don't build on Ubuntu 10.10 |
Date: |
Wed, 28 Jan 2015 22:03:52 +0000 |
civodul pushed a commit to tag 1.8
in repository guix.
commit beac05c206a801be6f83b4eaaffe75c30eeb7d37
Author: Eelco Dolstra <address@hidden>
Date: Tue Jul 8 20:41:25 2014 +0200
Don't build on Ubuntu 10.10
Its C++ compiler is too old.
http://hydra.nixos.org/build/12385722
---
release.nix | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/release.nix b/release.nix
index 1279ec3..e77f65b 100644
--- a/release.nix
+++ b/release.nix
@@ -189,8 +189,6 @@ let
deb_debian7i386 = makeDeb_i686 (diskImageFuns: diskImageFuns.debian7i386)
60;
deb_debian7x86_64 = makeDeb_x86_64 (diskImageFunsFun:
diskImageFunsFun.debian7x86_64) 60;
- deb_ubuntu1010i386 = makeDeb_i686 (diskImageFuns:
diskImageFuns.ubuntu1010i386) 50;
- deb_ubuntu1010x86_64 = makeDeb_x86_64 (diskImageFuns:
diskImageFuns.ubuntu1010x86_64) 50;
deb_ubuntu1110i386 = makeDeb_i686 (diskImageFuns:
diskImageFuns.ubuntu1110i386) 60;
deb_ubuntu1110x86_64 = makeDeb_x86_64 (diskImageFuns:
diskImageFuns.ubuntu1110x86_64) 60;
deb_ubuntu1204i386 = makeDeb_i686 (diskImageFuns:
diskImageFuns.ubuntu1204i386) 60;
- 20/376: == operator: Ignore string context, (continued)
- 20/376: == operator: Ignore string context, Ludovic Courtès, 2015/01/28
- 30/376: allow-arbitrary-code-during-evaluation -> allow-unsafe-native-code-during-evaluation, Ludovic Courtès, 2015/01/28
- 32/376: Style fix, Ludovic Courtès, 2015/01/28
- 24/376: Drop ImportError and FindError, Ludovic Courtès, 2015/01/28
- 31/376: Add `--json` argument to `nix-instantiate`, Ludovic Courtès, 2015/01/28
- 33/376: Manual: html -> xhtml, Ludovic Courtès, 2015/01/28
- 25/376: Fix bogus warnings about dumping large paths, Ludovic Courtès, 2015/01/28
- 36/376: Fix compilation error on some versions of GCC, Ludovic Courtès, 2015/01/28
- 37/376: Add a test for the SSH substituter, Ludovic Courtès, 2015/01/28
- 38/376: Fix security hole in ‘nix-store --serve’, Ludovic Courtès, 2015/01/28
- 35/376: Don't build on Ubuntu 10.10,
Ludovic Courtès <=
- 34/376: Add builtin function ‘fromJSON’, Ludovic Courtès, 2015/01/28
- 41/376: nix-copy-closure: Restore compression and the progress viewer, Ludovic Courtès, 2015/01/28
- 40/376: Remove maybeVfork, Ludovic Courtès, 2015/01/28
- 39/376: nix-copy-closure: Fix race condition, Ludovic Courtès, 2015/01/28
- 23/376: findFile: Realise the context of the path attributes, Ludovic Courtès, 2015/01/28
- 44/376: nix-copy-closure: Fix --dry-run, Ludovic Courtès, 2015/01/28
- 46/376: Fix use of sysread, Ludovic Courtès, 2015/01/28
- 45/376: nix-copy-closure -s: Do substitutions via ‘nix-store --serve’, Ludovic Courtès, 2015/01/28
- 48/376: Fix broken Pid constructor, Ludovic Courtès, 2015/01/28
- 42/376: Refactoring: Move all fork handling into a higher-order function, Ludovic Courtès, 2015/01/28