[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
95/100: gnu: ruby-flores: Fix build.
From: |
guix-commits |
Subject: |
95/100: gnu: ruby-flores: Fix build. |
Date: |
Mon, 10 Jul 2023 03:27:40 -0400 (EDT) |
cbaines pushed a commit to branch master
in repository guix.
commit 3f91e3e81d65c57f345f8ba0643927f2d921299b
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Tue Jul 4 16:15:47 2023 +0100
gnu: ruby-flores: Fix build.
There's a single test failure when the tests are run with ruby 3.1.
* gnu/packages/ruby.scm (ruby-flores)[arguments]: Add #:ruby ruby-2.7 and
use
it.
---
gnu/packages/ruby.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 20fcd7f462..2433739750 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -4344,12 +4344,13 @@ fiber, and defaults to a shared thread-local state.")
"0pd8gqgy67rp1baq5r7himl0r9jzv5kqlhdmqh8wngynv548w2ai"))))
(build-system ruby-build-system)
(arguments
- (list #:phases
+ (list #:ruby ruby-2.7
+ #:phases
#~(modify-phases %standard-phases
(replace 'check
(lambda* (#:key tests? #:allow-other-keys)
(when tests?
- (invoke "rspec")))))))
+ (invoke "ruby" (which "rspec"))))))))
(native-inputs (list ruby-rspec ruby-simplecov))
(synopsis "Fuzzing, randomization, and stress testing library")
(description "Flores is a fuzzing, randomization, and stress library to
- 59/100: gnu: ruby-rb-inotify: Update to 0.10.1., (continued)
- 59/100: gnu: ruby-rb-inotify: Update to 0.10.1., guix-commits, 2023/07/10
- 74/100: gnu: ruby-net-scp: Fix build., guix-commits, 2023/07/10
- 81/100: gnu: ruby-ruby-parser: Update to 3.20.2., guix-commits, 2023/07/10
- 69/100: gnu: ruby-language-server-protocol: Remove ruby-pry-byebug dependency., guix-commits, 2023/07/10
- 71/100: gnu: ruby-net-http-digest-auth: Fix build., guix-commits, 2023/07/10
- 79/100: gnu: ruby-byebug: Fix build., guix-commits, 2023/07/10
- 78/100: gnu: swagger-diff: Update to 2.0.0., guix-commits, 2023/07/10
- 80/100: gnu: Remove ruby-minitest-5.15., guix-commits, 2023/07/10
- 88/100: gnu: Add ruby-rubocop-packaging., guix-commits, 2023/07/10
- 87/100: gnu: ruby-hoe-git: Fix build., guix-commits, 2023/07/10
- 95/100: gnu: ruby-flores: Fix build.,
guix-commits <=
- 96/100: gnu: ruby-terminfo: Update to 0.2., guix-commits, 2023/07/10
- 100/100: gnu: ruby-ruby-memcheck: Update to 1.3.2., guix-commits, 2023/07/10
- 14/100: gnu: ruby-range-compressor: Add ruby-sorted-set as an input., guix-commits, 2023/07/10
- 29/100: gnu: ruby-thor: Update to 1.2.2., guix-commits, 2023/07/10
- 83/100: gnu: ruby-minitest-4: Fix build., guix-commits, 2023/07/10
- 77/100: gnu: ruby-text-hyphen: Update to 1.5.0., guix-commits, 2023/07/10
- 68/100: gnu: ruby-sorbet-runtime: Remove ruby-pry-byebug input., guix-commits, 2023/07/10