[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#57462] [PATCH 00/15] Don't ask to run tests when cross-compiling.
From: |
Maxime Devos |
Subject: |
[bug#57462] [PATCH 00/15] Don't ask to run tests when cross-compiling. |
Date: |
Sun, 28 Aug 2022 16:44:35 +0200 |
This statisfies the tests-true linter (except for the fennel package).
This does not cause any rebuilds.
Maxime Devos (15):
gnu: ghc-statistics: Properly enable tests.
gnu: julia-arrayinterface: Don't ask to run tests when
cross-compiling.
gnu: julia-forwarddiff: Don't ask to run tests when cross-compiling.
gnu: julia-reversediff: Don't ask to run tests when cross-compiling.
gnu: julia-interpolations: Don't ask to run tests when
cross-compiling.
gnu: proot: Don't ask to run tests when cross-compiling.
gnu: python-fonttools-full: Don't ask to run tests when
cross-compiling.
gnu: python-path: Don't ask to run tests when cross-compiling.
gnu: python-jaraco-functools: Don't ask to run tests when
cross-compiling.
gnu: python-pip-run: Don't ask to run tests when cross-compiling.
gnu: python-jupyter-client: Don't ask to run tests when
cross-compiling.
gnu: python-jaraco-context: Don't ask to run tests when
cross-compiling.
gnu: ruby-rubocop: Don't ask to run tests when cross-compiling.
gnu: rust: Don't ask to run tests when cross-compiling.
gnu: yt-dlp: Don't ask to run tests when cross-compiling.
gnu/packages/haskell-xyz.scm | 3 ---
gnu/packages/julia-xyz.scm | 12 ++++++++----
gnu/packages/linux.scm | 6 +++---
gnu/packages/python-xyz.scm | 12 ++++++------
gnu/packages/ruby.scm | 3 ++-
gnu/packages/rust.scm | 2 +-
gnu/packages/video.scm | 2 +-
7 files changed, 21 insertions(+), 19 deletions(-)
--
2.37.1
- [bug#57462] [PATCH 00/15] Don't ask to run tests when cross-compiling.,
Maxime Devos <=
- [bug#57462] [PATCH 01/15] gnu: ghc-statistics: Properly enable tests., Maxime Devos, 2022/08/28
- [bug#57462] [PATCH 03/15] gnu: julia-forwarddiff: Don't ask to run tests when cross-compiling., Maxime Devos, 2022/08/28
- [bug#57462] [PATCH 02/15] gnu: julia-arrayinterface: Don't ask to run tests when cross-compiling., Maxime Devos, 2022/08/28
- [bug#57462] [PATCH 04/15] gnu: julia-reversediff: Don't ask to run tests when cross-compiling., Maxime Devos, 2022/08/28
- [bug#57462] [PATCH 05/15] gnu: julia-interpolations: Don't ask to run tests when cross-compiling., Maxime Devos, 2022/08/28
- [bug#57462] [PATCH 07/15] gnu: python-fonttools-full: Don't ask to run tests when cross-compiling., Maxime Devos, 2022/08/28
- [bug#57462] [PATCH 06/15] gnu: proot: Don't ask to run tests when cross-compiling., Maxime Devos, 2022/08/28
- [bug#57462] [PATCH 08/15] gnu: python-path: Don't ask to run tests when cross-compiling., Maxime Devos, 2022/08/28
- [bug#57462] [PATCH 10/15] gnu: python-pip-run: Don't ask to run tests when cross-compiling., Maxime Devos, 2022/08/28
- [bug#57462] [PATCH 13/15] gnu: ruby-rubocop: Don't ask to run tests when cross-compiling., Maxime Devos, 2022/08/28