mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-10-30 08:42:00 +00:00 
			
		
		
		
	ci : disable freeBSD builds due to lack of VMs (#3381)
This commit is contained in:
		
							
								
								
									
										32
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										32
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							| @@ -457,22 +457,22 @@ jobs: | |||||||
|           path: | |           path: | | ||||||
|             cudart-llama-bin-win-cu${{ matrix.cuda }}-x64.zip |             cudart-llama-bin-win-cu${{ matrix.cuda }}-x64.zip | ||||||
|  |  | ||||||
|   freeBSD-latest: | #  freeBSD-latest: | ||||||
|     runs-on: macos-12 | #    runs-on: macos-12 | ||||||
|     steps: | #    steps: | ||||||
|     - name: Clone | #    - name: Clone | ||||||
|       uses: actions/checkout@v3 | #      uses: actions/checkout@v3 | ||||||
|  | # | ||||||
|     - name: Build | #    - name: Build | ||||||
|       uses: cross-platform-actions/action@v0.19.0 | #      uses: cross-platform-actions/action@v0.19.0 | ||||||
|       with: | #      with: | ||||||
|         operating_system: freebsd | #        operating_system: freebsd | ||||||
|         version: '13.2' | #        version: '13.2' | ||||||
|         hypervisor: 'qemu' | #        hypervisor: 'qemu' | ||||||
|         run: | | #        run: | | ||||||
|             sudo pkg update | #            sudo pkg update | ||||||
|             sudo pkg install -y gmake automake autoconf pkgconf llvm15 clinfo clover opencl clblast openblas | #            sudo pkg install -y gmake automake autoconf pkgconf llvm15 clinfo clover opencl clblast openblas | ||||||
|             gmake CC=/usr/local/bin/clang15 CXX=/usr/local/bin/clang++15 | #            gmake CC=/usr/local/bin/clang15 CXX=/usr/local/bin/clang++15 | ||||||
|  |  | ||||||
|   release: |   release: | ||||||
|     if: ${{ ( github.event_name == 'push' && github.ref == 'refs/heads/master' ) || github.event.inputs.create_release == 'true' }} |     if: ${{ ( github.event_name == 'push' && github.ref == 'refs/heads/master' ) || github.event.inputs.create_release == 'true' }} | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Georgi Gerganov
					Georgi Gerganov