chore(3p/overlays): Remove LLVM11 bump from overlay
* This was mostly for //third_party/nix and its dependencies which now have been set to use llvmPackages_11 manually. * For //users/grfn/achilles we also manually select the newer LLVM version. * //tools/cheddar doesn't seem to need llvm anymore. * //third_party/buzz also compiles with clang 7.1.0 * replace clang-tools everywhere with new attribute clang-tools_11 For the future we may want to have something similar again, but it may not be necessary to invest too much time into it: nixpkgs is set to upgrade their default llvmPackages to LLVM 11 as well at some point in the near future. Co-Authored-By: sterni <sternenseemann@systemli.org> Change-Id: Id83868dbc476a6c776b59518b856c933f30ea79d Reviewed-on: https://cl.tvl.fyi/c/depot/+/3135 Tested-by: BuildkiteCI Reviewed-by: tazjin <mail@tazj.in> Reviewed-by: sterni <sternenseemann@systemli.org> Reviewed-by: grfn <grfn@gws.fyi>
This commit is contained in:
		
							parent
							
								
									c420f122f3
								
							
						
					
					
						commit
						3c7d4c74be
					
				
					 14 changed files with 26 additions and 30 deletions
				
			
		
							
								
								
									
										4
									
								
								third_party/abseil_cpp/default.nix
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								third_party/abseil_cpp/default.nix
									
										
									
									
										vendored
									
									
								
							|  | @ -1,7 +1,7 @@ | |||
| { pkgs, lib, ... }: | ||||
| 
 | ||||
| let inherit (pkgs) cmake llvmPackages; | ||||
| in llvmPackages.libcxxStdenv.mkDerivation rec { | ||||
| let inherit (pkgs) cmake llvmPackages_11; | ||||
| in llvmPackages_11.libcxxStdenv.mkDerivation rec { | ||||
|   pname = "abseil-cpp"; | ||||
|   version = "20200519-768eb2ca+tvl-1"; | ||||
|   src = ./.; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue