mirror of
				https://github.com/bensuperpc/dockcross.git
				synced 2025-10-31 08:06:23 +01:00 
			
		
		
		
	Disable Stockfish for PPC and Llama for PPC64
This commit is contained in:
		
							
								
								
									
										8
									
								
								.github/workflows/main.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								.github/workflows/main.yml
									
									
									
									
										vendored
									
									
								
							| @@ -750,8 +750,8 @@ jobs: | |||||||
|             # Linux ppc images |             # Linux ppc images | ||||||
|           - { |           - { | ||||||
|               image: "linux-ppc", |               image: "linux-ppc", | ||||||
|               stockfish: "yes", |               stockfish: "no", | ||||||
|               stockfish_arg: "ARCH=ppc-32", |               stockfish_arg: "", | ||||||
|               ninja: "yes", |               ninja: "yes", | ||||||
|               ninja_arg: "", |               ninja_arg: "", | ||||||
|               openssl: "yes", |               openssl: "yes", | ||||||
| @@ -780,9 +780,9 @@ jobs: | |||||||
|               openssl_arg: "linux-ppc64", |               openssl_arg: "linux-ppc64", | ||||||
|               C: "yes", |               C: "yes", | ||||||
|               C_arg: "", |               C_arg: "", | ||||||
|               C-Plus-Plus: "no", |               C-Plus-Plus: "yes", | ||||||
|               C-Plus-Plus_arg: "", |               C-Plus-Plus_arg: "", | ||||||
|               llama_cpp: "yes", |               llama_cpp: no", | ||||||
|               llama_cpp_arg: "", |               llama_cpp_arg: "", | ||||||
|               fmt: "yes", |               fmt: "yes", | ||||||
|               fmt_arg: "", |               fmt_arg: "", | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Fancy2209
					Fancy2209