guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: ruby-stackprof: Remove store file name.


From: guix-commits
Subject: branch master updated: gnu: ruby-stackprof: Remove store file name.
Date: Tue, 02 Apr 2024 07:29:12 -0400

This is an automated email from the git hooks/post-receive script.

janneke pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 7af70efd76 gnu: ruby-stackprof: Remove store file name.
7af70efd76 is described below

commit 7af70efd7633b0d70091762cf43ce01a86176e8e
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Tue Apr 2 13:24:57 2024 +0200

    gnu: ruby-stackprof: Remove store file name.
    
    This is a follow-up to commit
        d7e092719a4e0e168df56c03076a87c0e32692e5|head
        gnu: ruby-stackprof: Skip test known to fail.
    
    * gnu/packages/ruby.scm (ruby-stackprof): Remove literal store file name 
from
    comment.  This fixes `make dist'.
    
    Change-Id: Ifc71c9f664790a27a0ed7f3dacd2189dbc1f6ba6
---
 gnu/packages/ruby.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 0dea780882..0541bb9562 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -33,7 +33,7 @@
 ;;; Copyright © 2022 Taiju HIGASHI <higashi@taiju.info>
 ;;; Copyright © 2023 Yovan Naumovski <yovan@gorski.stream>
 ;;; Copyright © 2023 gemmaro <gemmaro.dev@gmail.com>
-;;; Copyright © 2023 Janneke Nieuwenhuizen <janneke@gnu.org>
+;;; Copyright © 2023, 2024 Janneke Nieuwenhuizen <janneke@gnu.org>
 ;;; Copyright © 2023, 2024 Zheng Junjie <873216071@qq.com>
 ;;; Copyright © 2023, 2024 Hartmut Goebel <h.goebel@crazy-compilers.com>
 ;;;
@@ -9878,7 +9878,7 @@ navigation capabilities to @code{pry}, using 
@code{byebug}.")
                 ;; This test often fails
                 (("def test_gc") "def skip_test_gc")
                 ;; This test is known to fail on 32-bit systems.
-                ;; 
/gnu/store/w8y8wm82by1cnp33n5vy976wbrns9jys-stackprof-0.2.26.gem
+                ;; /gnu/store/...-stackprof-0.2.26.gem
                 (("def test_raw") "def skip_test_raw"))))
           (add-before 'check 'build-tests
             (lambda _



reply via email to

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