tests.setuid: only on i686 and x86_64 linuxs
This commit is contained in:
		
							parent
							
								
									1ca8e95178
								
							
						
					
					
						commit
						e4ece83b1a
					
				
					 1 changed files with 6 additions and 4 deletions
				
			
		
							
								
								
									
										10
									
								
								release.nix
									
										
									
									
									
								
							
							
						
						
									
										10
									
								
								release.nix
									
										
									
									
									
								
							|  | @ -225,10 +225,12 @@ let | ||||||
|       nix = build.x86_64-linux; system = "x86_64-linux"; |       nix = build.x86_64-linux; system = "x86_64-linux"; | ||||||
|     }); |     }); | ||||||
| 
 | 
 | ||||||
|     tests.setuid = pkgs.lib.genAttrs (pkgs.lib.filter (pkgs.lib.hasSuffix "-linux") systems) (system: |     tests.setuid = pkgs.lib.genAttrs | ||||||
|       import ./tests/setuid.nix rec { |       (pkgs.lib.filter (system: system == "x86_64-linux" || system == "i686-linux") systems) | ||||||
|         nix = build.${system}; inherit system; |       (system: | ||||||
|       }); |         import ./tests/setuid.nix rec { | ||||||
|  |           nix = build.${system}; inherit system; | ||||||
|  |         }); | ||||||
| 
 | 
 | ||||||
|     tests.binaryTarball = |     tests.binaryTarball = | ||||||
|       with import <nixpkgs> { system = "x86_64-linux"; }; |       with import <nixpkgs> { system = "x86_64-linux"; }; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue