guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: valgrind: Remove riscv64-linux from supported-systems.


From: guix-commits
Subject: 01/02: gnu: valgrind: Remove riscv64-linux from supported-systems.
Date: Wed, 16 Feb 2022 08:51:30 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 194b1a9297206b570328b48fd98b8f8890ad024d
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Feb 16 14:07:57 2022 +0200

    gnu: valgrind: Remove riscv64-linux from supported-systems.
    
    * gnu/packages/valgrind.scm (valgrind)[supported-systems]: New field.
---
 gnu/packages/valgrind.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/valgrind.scm b/gnu/packages/valgrind.scm
index 9c7c4d40c0..1cdc0f3b71 100644
--- a/gnu/packages/valgrind.scm
+++ b/gnu/packages/valgrind.scm
@@ -2,7 +2,7 @@
 ;;; Copyright © 2013, 2014, 2022 Ludovic Courtès <ludo@gnu.org>
 ;;; Copyright © 2015 Andreas Enge <andreas@enge.fr>
 ;;; Copyright © 2015 Mark H Weaver <mhw@netris.org>
-;;; Copyright © 2016, 2020 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2016, 2020, 2022 Efraim Flashner <efraim@flashner.co.il>
 ;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;; Copyright © 2020 Marius Bakke <marius@gnu.org>
 ;;;
@@ -82,6 +82,8 @@
 tools.  There are Valgrind tools that can automatically detect many memory
 management and threading bugs, and profile your programs in detail.  You can
 also use Valgrind to build new tools.")
+    ;; https://valgrind.org/info/platforms.html
+    (supported-systems (delete "riscv64-linux" %supported-systems))
     (license gpl2+)
 
     ;; Hide this variant so end users get the "interactive" Valgrind below.



reply via email to

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