diff options
| author | Yelninei <yelninei@tutamail.com> | 2026-05-28 15:57:47 +0000 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-06-04 22:19:47 +0200 |
| commit | 1218e48413e099aa97fcc7cbadc196a8f35a32ab (patch) | |
| tree | b98209091ce284e1d933cb7e4bba5e8a629021a8 /gnu/packages/ruby.scm | |
| parent | 1563433bdf04fedffe8c72a172ea0d15b0c5dc98 (diff) | |
gnu: ruby-4.0: Skip a test on the Hurd.
* gnu/packages/ruby.scm (ruby-4.0)[arguments]<#:phases>: Add
'skip-tests phase on the Hurd.
Change-Id: Ibf59418d3225ee6d7a642d317a527bb4f110d91f
Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu/packages/ruby.scm')
| -rw-r--r-- | gnu/packages/ruby.scm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm index 32c6051aed9..94cc4e9e45f 100644 --- a/gnu/packages/ruby.scm +++ b/gnu/packages/ruby.scm | |||
| @@ -127,6 +127,11 @@ | |||
| 127 | "tool/rbinstall.rb") | 127 | "tool/rbinstall.rb") |
| 128 | (("/bin/sh") | 128 | (("/bin/sh") |
| 129 | (which "sh"))))) | 129 | (which "sh"))))) |
| 130 | #$@(if (system-hurd?) | ||
| 131 | '((add-after 'unpack 'skip-tests | ||
| 132 | (lambda _ | ||
| 133 | (delete-file "bootstraptest/test_ractor.rb")))) | ||
| 134 | '()) | ||
| 130 | (add-after 'install 'delete-mkmf.log | 135 | (add-after 'install 'delete-mkmf.log |
| 131 | (lambda _ | 136 | (lambda _ |
| 132 | ;; Rubygems installs build log files that embed volatile | 137 | ;; Rubygems installs build log files that embed volatile |
