[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/10: gnu: bcachefs-tools: Update to 0.1-15.494421e.
From: |
guix-commits |
Subject: |
01/10: gnu: bcachefs-tools: Update to 0.1-15.494421e. |
Date: |
Sat, 22 Oct 2022 08:02:53 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 004423683d95c3ca5ea590cd4f9d5b842d23ba5d
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Oct 16 02:00:03 2022 +0200
gnu: bcachefs-tools: Update to 0.1-15.494421e.
* gnu/packages/file-systems.scm (bcachefs-tools): Update to 0.1-15.494421e.
[arguments]: Skip problematic tests in PYTEST_ARGS.
---
gnu/packages/file-systems.scm | 17 +++++++++++++----
1 file changed, 13 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/file-systems.scm b/gnu/packages/file-systems.scm
index 7a372ce982..4b1c1cebe8 100644
--- a/gnu/packages/file-systems.scm
+++ b/gnu/packages/file-systems.scm
@@ -448,8 +448,8 @@ from a mounted file system.")
(license license:gpl2+)))
(define-public bcachefs-tools
- (let ((commit "fd1b84975b960d5e42963bed2c18b8c63d8abce7")
- (revision "14"))
+ (let ((commit "494421ee6e85514f90bb316d77e1dd4f7dad3420")
+ (revision "15"))
(package
(name "bcachefs-tools")
(version (git-version "0.1" revision commit))
@@ -461,7 +461,7 @@ from a mounted file system.")
(commit commit)))
(file-name (git-file-name name version))
(sha256
- (base32 "08vh0pg2sj833062y4vvnvzqchhflcvysp3xdh0zjk121r3iqm0s"))))
+ (base32 "1sdh9rl8ydnb28646773lsxpdy5jysvjbxs2nwr3hsv4qyv93vc4"))))
(build-system gnu-build-system)
(arguments
(list #:make-flags
@@ -472,7 +472,16 @@ from a mounted file system.")
(string-append "PKG_CONFIG=" #$(pkg-config-for-target))
(string-append "PYTEST_CMD="
#$(this-package-native-input
"python-pytest")
- "/bin/pytest"))
+ "/bin/pytest")
+ (string-append "PYTEST_ARGS=-k '"
+ ;; These fail (‘invalid argument’) on
+ ;; kernels with a previous bcachefs
version.
+ "not test_format and "
+ "not test_fsck and "
+ "not test_list and "
+ "not test_list_inodes and "
+ "not test_list_dirent"
+ "'"))
#:phases
#~(modify-phases %standard-phases
(delete 'configure) ; no configure script
- branch master updated (7513cc6dd9 -> 8cfcb3b043), guix-commits, 2022/10/22
- 05/10: gnu: minixml: Use G-expressions., guix-commits, 2022/10/22
- 07/10: gnu: ptpython: Update to 3.0.20., guix-commits, 2022/10/22
- 02/10: gnu: libxp: Update to 1.0.4., guix-commits, 2022/10/22
- 01/10: gnu: bcachefs-tools: Update to 0.1-15.494421e.,
guix-commits <=
- 09/10: gnu: openssh: Update to 9.1p1., guix-commits, 2022/10/22
- 06/10: gnu: qtractor: Update to 0.9.29., guix-commits, 2022/10/22
- 04/10: gnu: minixml: Update to 3.3.1., guix-commits, 2022/10/22
- 03/10: gnu: libebml: Update to 1.4.4., guix-commits, 2022/10/22
- 08/10: gnu: binwalk: Update to 2.3.3., guix-commits, 2022/10/22
- 10/10: gnu: claws-mail: Update to 4.1.1., guix-commits, 2022/10/22