mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 17:27:14 +08:00 
			
		
		
		
	Merge pull request #165 from Mic92/quiet-tests
This commit is contained in:
		@@ -1,5 +1,5 @@
 | 
			
		||||
#!/usr/bin/env nix-shell
 | 
			
		||||
#!nix-shell -p nix -p python3 -i python
 | 
			
		||||
#!nix-shell --quiet -p nix -p python3 -i python
 | 
			
		||||
 | 
			
		||||
import argparse
 | 
			
		||||
import multiprocessing
 | 
			
		||||
@@ -33,12 +33,13 @@ def build_profile(profile: str) -> Tuple[str, subprocess.CompletedProcess]:
 | 
			
		||||
        system = "armv7l-linux"
 | 
			
		||||
 | 
			
		||||
    cmd = [
 | 
			
		||||
        "nix-build",
 | 
			
		||||
        "nix",
 | 
			
		||||
        "build",
 | 
			
		||||
        "-f", "build-profile.nix",
 | 
			
		||||
        "-I",
 | 
			
		||||
        f"nixos-hardware={ROOT}",
 | 
			
		||||
        "--dry-run",
 | 
			
		||||
        "--show-trace",
 | 
			
		||||
        "build-profile.nix",
 | 
			
		||||
        "--system",
 | 
			
		||||
        system,
 | 
			
		||||
        "--arg",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user