Skip to content

Commit 56384ce

Browse files
committed
FreeBSD test
1 parent 3941284 commit 56384ce

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,13 @@ jobs:
2929
# - { target: x86_64-unknown-linux-musl , os: ubuntu-20.04 , apt: musl-tools alsa-utils alsa-tools libasound2-dev libudev-dev pkg-config portaudio19-dev build-essential libpulse-dev libdbus-1-dev llvm-dev libclang-dev clang }
3030
# - { target: aarch64-unknown-linux-gnu , os: ubuntu-22.04 , arch: aarch64 , apt: "libasound2-dev:arm64 pkg-config libgcc-s1:arm64 libc6:arm64 gcc-aarch64-linux-gnu build-essential crossbuild-essential-arm64" }
3131
# - { target: aarch64-unknown-linux-musl , os: ubuntu-22.04 , arch: aarch64 , apt: "musl-tools libasound2-dev:arm64 pkg-config libgcc-s1:arm64 libc6:arm64 gcc-aarch64-linux-gnu build-essential crossbuild-essential-arm64" }
32-
## 32 bit cross compiling not working - { target: arm-unknown-linux-gnueabihf , arch: armhf , os: ubuntu-latest , apt: "libatomic1:armhf libasound2-dev:armhf libudev-dev:armhf pkg-config build-essential crossbuild-essential-armhf" }
32+
# ## 32 bit cross compiling not working - { target: arm-unknown-linux-gnueabihf , arch: armhf , os: ubuntu-latest , apt: "libatomic1:armhf libasound2-dev:armhf libudev-dev:armhf pkg-config build-essential crossbuild-essential-armhf" }
3333
# - { target: riscv64gc-unknown-linux-gnu , os: ubuntu-22.04 , arch: riscv64 , apt: "wget gcc-riscv64-linux-gnu libc6-riscv64-cross crossbuild-essential-riscv64 libasound2-dev:riscv64 pkg-config" }
34-
- { target: x86_64-pc-windows-gnu , os: windows-2022 }
35-
- { target: x86_64-pc-windows-msvc , os: windows-2019 }
36-
# NO? - { target: x86_64-unknown-freebsd , os: ubuntu-22.04, c, apt: libasound2-dev pkg-config }
34+
# - { target: x86_64-pc-windows-gnu , os: windows-2022 }
35+
# - { target: x86_64-pc-windows-msvc , os: windows-2019 }
36+
- { target: x86_64-unknown-freebsd , os: ubuntu-22.04, c, apt: libasound2-dev pkg-config }
3737

3838

39-
40-
4139
steps:
4240
- name: Checkout source code
4341
uses: actions/checkout@v3

0 commit comments

Comments
 (0)