CI: Re-enable FreeBSD

This commit is contained in:
Ivan Molodetskikh
2025-12-13 14:23:27 +03:00
parent c22d8358c2
commit 3d2d7b95d9
+1 -2
View File
@@ -246,7 +246,6 @@ jobs:
- run: cargo build --all
freebsd:
if: false # Waiting for a new version of the pipewire-rs patch.
runs-on: ubuntu-24.04
env:
CARGO_HOME: /home/runner/work/niri/niri/cargo-home
@@ -271,7 +270,7 @@ jobs:
pkg update -f
pkg install -y ${{ env.DEPS_PKG }}
run: |
curl -o patch-pipewire_init 'https://cgit.freebsd.org/ports/plain/x11-wm/niri/files/patch-pipewire_init?id=f3f7e555b06d9a87d63c047ce3e82e936a11f2fe'
curl -o patch-pipewire_init 'https://cgit.freebsd.org/ports/plain/x11-wm/niri/files/patch-pipewire_init?id=cadf6784d264cf780b6e0ad59bd15b831d36cf80'
export CARGO_HOME="$PWD/cargo-home"