GNU bug report logs -
#31237
[PATCH] gnu: Add runc.
Previous Next
Reported by: 宋文武 <iyzsong <at> member.fsf.org>
Date: Sun, 22 Apr 2018 13:00:01 UTC
Severity: normal
Tags: patch
Done: iyzsong <at> member.fsf.org (宋文武)
Bug is archived. No further changes may be made.
Full log
Message #8 received at 31237 <at> debbugs.gnu.org (full text, mbox):
Hello,
宋文武 <iyzsong <at> member.fsf.org> skribis:
> * gnu/packages/virtualization.scm (runc): New variable.
Nice!
> +(define-public runc
> + (package
> + (name "runc")
> + (version "1.0.0-rc5")
If the actual release is going to be out soon, I’d be in favor of
waiting for it; an RC doesn’t sound great. WDYT?
> + (build-system gnu-build-system)
Would ‘go-build-system’ work better? Or is it something of a hybrid
(apparently it has makefiles)?
> + (arguments
> + '(#:tests? #f ; FIXME: 20/139 tests fail.
Have you looked a bit into them, just to see if it’s one of the usual
things (/bin/sh, networking, etc.) or if it’s more involved?
> + (invoke "make"))))
Perhaps honor (parallel-job-count).
> + (synopsis "Open container initiative runtime")
> + (home-page "https://www.opencontainers.org/")
> + (description
> + "@command{runc} is a command line client for running applications
> +packaged according to the Open Container Initiative (OCI) format and is a
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
An @uref would be nice. :-)
Thanks!
Ludo’.
This bug report was last modified 7 years and 29 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.