try to fix freebsd
This commit is contained in:
parent
05c5adaadc
commit
4913506896
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -468,11 +468,11 @@ jobs:
|
||||||
with:
|
with:
|
||||||
operating_system: freebsd
|
operating_system: freebsd
|
||||||
version: '13.2'
|
version: '13.2'
|
||||||
hypervisor: 'qemu'
|
hypervisor: 'xhyve'
|
||||||
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 -j $(sysctl -n hw.ncpu)
|
||||||
|
|
||||||
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' }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue