guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Removing compilers that cannot be bootstrapped


From: Ludovic Courtès
Subject: Re: Removing compilers that cannot be bootstrapped
Date: Wed, 23 Mar 2016 23:12:27 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Christopher Allan Webber <address@hidden> skribis:

> Let me give an even shorter-term solution: maybe there is a way to mark
> things as risky from a trust perspective when it comes to bootstrapping?
> Maybe we could do something like:
>
>   (define-public ghc
>     (package
>       (name "ghc")
>       (version "7.10.2")
>       ;; [... bla bla ...]
>       (properties '(("bootstrap-untrusted" #t)))))

Why not, but what would be the correspond warning, and the expected
effect?

On one hand, a warning might annoy people since there’s nothing they can
do; on the other hand, it can help raise awareness.

Thoughts?

Ludo’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]