Skip to content

Commit fbafcdc

Browse files
ggerganovyusiwen
authored andcommitted
ci : disable freeBSD builds due to lack of VMs (ggml-org#3381)
1 parent bcb3ffe commit fbafcdc

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

.github/workflows/build.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -457,22 +457,22 @@ jobs:
457457
path: |
458458
cudart-llama-bin-win-cu${{ matrix.cuda }}-x64.zip
459459
460-
freeBSD-latest:
461-
runs-on: macos-12
462-
steps:
463-
- name: Clone
464-
uses: actions/checkout@v3
465-
466-
- name: Build
467-
uses: cross-platform-actions/[email protected]
468-
with:
469-
operating_system: freebsd
470-
version: '13.2'
471-
hypervisor: 'qemu'
472-
run: |
473-
sudo pkg update
474-
sudo pkg install -y gmake automake autoconf pkgconf llvm15 clinfo clover opencl clblast openblas
475-
gmake CC=/usr/local/bin/clang15 CXX=/usr/local/bin/clang++15
460+
# freeBSD-latest:
461+
# runs-on: macos-12
462+
# steps:
463+
# - name: Clone
464+
# uses: actions/checkout@v3
465+
#
466+
# - name: Build
467+
# uses: cross-platform-actions/[email protected]
468+
# with:
469+
# operating_system: freebsd
470+
# version: '13.2'
471+
# hypervisor: 'qemu'
472+
# run: |
473+
# sudo pkg update
474+
# sudo pkg install -y gmake automake autoconf pkgconf llvm15 clinfo clover opencl clblast openblas
475+
# gmake CC=/usr/local/bin/clang15 CXX=/usr/local/bin/clang++15
476476

477477
release:
478478
if: ${{ ( github.event_name == 'push' && github.ref == 'refs/heads/master' ) || github.event.inputs.create_release == 'true' }}

0 commit comments

Comments
 (0)