rust: add conflicts with gcc >= 13 (#44404)
This commit is contained in:
		| @@ -86,6 +86,8 @@ class Rust(Package): | |||||||
| 
 | 
 | ||||||
|     # src/llvm-project/llvm/cmake/modules/CheckCompilerVersion.cmake |     # src/llvm-project/llvm/cmake/modules/CheckCompilerVersion.cmake | ||||||
|     conflicts("%gcc@:7.3", when="@1.73:", msg="Host GCC version must be at least 7.4") |     conflicts("%gcc@:7.3", when="@1.73:", msg="Host GCC version must be at least 7.4") | ||||||
|  |     # https://github.com/rust-lang/llvm-project/commit/4d039a7a71899038b3bc6ed6fe5a8a48d915caa0 | ||||||
|  |     conflicts("%gcc@13:", when="@:1.63", msg="Rust<1.64 not compatible with GCC>=13") | ||||||
| 
 | 
 | ||||||
|     extendable = True |     extendable = True | ||||||
|     executables = ["^rustc$", "^cargo$"] |     executables = ["^rustc$", "^cargo$"] | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Teague Sterling
					Teague Sterling