gnu: proot: Don't ask to run tests when cross-compiling.
* gnu/packages/linux.scm
(proot)[arguments]{#:tests?}: When cross-compiling, set to #false.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
			
			
This commit is contained in:
		
							parent
							
								
									5192bead32
								
							
						
					
					
						commit
						0168c65de4
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
					@ -7687,9 +7687,9 @@ Text-based output formats: CSV, XML, Netfilter's LOG, Netfilter's conntrack
 | 
				
			||||||
     ;; Disable the test suite on armhf-linux, as there are too many
 | 
					     ;; Disable the test suite on armhf-linux, as there are too many
 | 
				
			||||||
     ;; failures to keep track of (see for example:
 | 
					     ;; failures to keep track of (see for example:
 | 
				
			||||||
     ;; https://github.com/proot-me/proot/issues/286).
 | 
					     ;; https://github.com/proot-me/proot/issues/286).
 | 
				
			||||||
     `(#:tests? ,(not (string-prefix? "armhf"
 | 
					     `(#:tests? ,(not (or (%current-target-system)
 | 
				
			||||||
                                      (or (%current-target-system)
 | 
					                          (string-prefix? "armhf"
 | 
				
			||||||
                                          (%current-system))))
 | 
					                                          (or (%current-system)))))
 | 
				
			||||||
       #:make-flags '("-C" "src")
 | 
					       #:make-flags '("-C" "src")
 | 
				
			||||||
       #:phases (modify-phases %standard-phases
 | 
					       #:phases (modify-phases %standard-phases
 | 
				
			||||||
                  (add-after 'unpack 'patch-sources
 | 
					                  (add-after 'unpack 'patch-sources
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue