Skip this performance regression test. The test measures things on the order of 20ms. On a loaded machine, we have seen enough variation that the test would fail. --- grep-2.22/tests/long-pattern-perf 2016-01-03 12:52:38.491575007 +0100 +++ grep-2.22/tests/long-pattern-perf 2016-01-03 12:53:39.768464687 +0100 @@ -16,6 +16,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . +exit 77 . "${srcdir=.}/init.sh"; path_prepend_ ../src fail=0 ='/guix/'>guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/debian.scm
AgeCommit message (Collapse)Author
2020-08-29gnu: debianutils: Update to 4.11.1.Tobias Geerinckx-Rice
* gnu/packages/debian.scm (debianutils): Update to 4.11.1.
2020-07-02gnu: Add debianutils.Marius Bakke
* gnu/packages/debian.scm (debianutils): New public variable.
2020-06-26gnu: debootstrap: Wrap with gpg and wget in PATH.Marius Bakke
* gnu/packages/debian.scm (debootstrap)[inputs]: Add GNUPG and WGET.
2020-05-01gnu: Add apt-mirror.Jean-Baptiste Note
* gnu/packages/debian.scm (apt-mirror): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-04-13gnu: debootstrap: Update to 1.0.123.Tobias Geerinckx-Rice
* gnu/packages/debian.scm (debootstrap): Update to 1.0.123.
2020-03-02gnu: debootstrap: Update to 1.0.119.Vincent Legoll
* gnu/packages/debian.scm (debootstrap): Update to 1.0.119. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-02-23gnu: debootstrap: Update to 1.0.118Vincent Legoll
The attached patch has been tested by creating arm64, mipsel & amd64 chroots and the amd64 one has been actually run. -- Vincent Legoll From a23b962c21e20c72f425675e6ea6e11cd0f944d0 Mon Sep 17 00:00:00 2001 From: Vincent Legoll <vincent.legoll@gmail.com> Date: Fri, 21 Feb 2020 23:34:40 +0100 Subject: [PATCH] gnu: debootstrap: Update to 1.0.118. * gnu/packages/debian.scm (debootstrap): Update to 1.0.118. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>