Disable FreeBSD tests for now
The FreeBSD machines in the build farm are currently unreachable.
This commit is contained in:
		
							parent
							
								
									4252b5a645
								
							
						
					
					
						commit
						fe23e28f12
					
				
					 1 changed files with 5 additions and 5 deletions
				
			
		
							
								
								
									
										10
									
								
								release.nix
									
										
									
									
									
								
							
							
						
						
									
										10
									
								
								release.nix
									
										
									
									
									
								
							|  | @ -6,7 +6,7 @@ let | ||||||
| 
 | 
 | ||||||
|   pkgs = import <nixpkgs> {}; |   pkgs = import <nixpkgs> {}; | ||||||
| 
 | 
 | ||||||
|   systems = [ "x86_64-linux" "i686-linux" "x86_64-darwin" "x86_64-freebsd" "i686-freebsd" ]; |   systems = [ "x86_64-linux" "i686-linux" "x86_64-darwin" /* "x86_64-freebsd" "i686-freebsd" */ ]; | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
|   jobs = rec { |   jobs = rec { | ||||||
|  | @ -212,15 +212,15 @@ let | ||||||
|       meta.description = "Release-critical builds"; |       meta.description = "Release-critical builds"; | ||||||
|       constituents = |       constituents = | ||||||
|         [ tarball |         [ tarball | ||||||
|           build.i686-freebsd |           #build.i686-freebsd | ||||||
|           build.i686-linux |           build.i686-linux | ||||||
|           build.x86_64-darwin |           build.x86_64-darwin | ||||||
|           build.x86_64-freebsd |           #build.x86_64-freebsd | ||||||
|           build.x86_64-linux |           build.x86_64-linux | ||||||
|           binaryTarball.i686-freebsd |           #binaryTarball.i686-freebsd | ||||||
|           binaryTarball.i686-linux |           binaryTarball.i686-linux | ||||||
|           binaryTarball.x86_64-darwin |           binaryTarball.x86_64-darwin | ||||||
|           binaryTarball.x86_64-freebsd |           #binaryTarball.x86_64-freebsd | ||||||
|           binaryTarball.x86_64-linux |           binaryTarball.x86_64-linux | ||||||
|           deb_debian7i386 |           deb_debian7i386 | ||||||
|           deb_debian7x86_64 |           deb_debian7x86_64 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue