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.
This commit is contained in:
		
							parent
							
								
									7513cc6dd9
								
							
						
					
					
						commit
						004423683d
					
				
					 1 changed files with 13 additions and 4 deletions
				
			
		| 
						 | 
					@ -448,8 +448,8 @@ from a mounted file system.")
 | 
				
			||||||
    (license license:gpl2+)))
 | 
					    (license license:gpl2+)))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public bcachefs-tools
 | 
					(define-public bcachefs-tools
 | 
				
			||||||
  (let ((commit "fd1b84975b960d5e42963bed2c18b8c63d8abce7")
 | 
					  (let ((commit "494421ee6e85514f90bb316d77e1dd4f7dad3420")
 | 
				
			||||||
        (revision "14"))
 | 
					        (revision "15"))
 | 
				
			||||||
    (package
 | 
					    (package
 | 
				
			||||||
      (name "bcachefs-tools")
 | 
					      (name "bcachefs-tools")
 | 
				
			||||||
      (version (git-version "0.1" revision commit))
 | 
					      (version (git-version "0.1" revision commit))
 | 
				
			||||||
| 
						 | 
					@ -461,7 +461,7 @@ from a mounted file system.")
 | 
				
			||||||
               (commit commit)))
 | 
					               (commit commit)))
 | 
				
			||||||
         (file-name (git-file-name name version))
 | 
					         (file-name (git-file-name name version))
 | 
				
			||||||
         (sha256
 | 
					         (sha256
 | 
				
			||||||
          (base32 "08vh0pg2sj833062y4vvnvzqchhflcvysp3xdh0zjk121r3iqm0s"))))
 | 
					          (base32 "1sdh9rl8ydnb28646773lsxpdy5jysvjbxs2nwr3hsv4qyv93vc4"))))
 | 
				
			||||||
      (build-system gnu-build-system)
 | 
					      (build-system gnu-build-system)
 | 
				
			||||||
      (arguments
 | 
					      (arguments
 | 
				
			||||||
       (list #:make-flags
 | 
					       (list #:make-flags
 | 
				
			||||||
| 
						 | 
					@ -472,7 +472,16 @@ from a mounted file system.")
 | 
				
			||||||
                     (string-append "PKG_CONFIG=" #$(pkg-config-for-target))
 | 
					                     (string-append "PKG_CONFIG=" #$(pkg-config-for-target))
 | 
				
			||||||
                     (string-append "PYTEST_CMD="
 | 
					                     (string-append "PYTEST_CMD="
 | 
				
			||||||
                                    #$(this-package-native-input "python-pytest")
 | 
					                                    #$(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
 | 
					             #:phases
 | 
				
			||||||
             #~(modify-phases %standard-phases
 | 
					             #~(modify-phases %standard-phases
 | 
				
			||||||
                 (delete 'configure)    ; no configure script
 | 
					                 (delete 'configure)    ; no configure script
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue