File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff 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' }}
You can’t perform that action at this time.
0 commit comments