mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-22 02:01:55 +07:00
CI: Re-enable FreeBSD
This commit is contained in:
@@ -246,7 +246,6 @@ jobs:
|
|||||||
- run: cargo build --all
|
- run: cargo build --all
|
||||||
|
|
||||||
freebsd:
|
freebsd:
|
||||||
if: false # Waiting for a new version of the pipewire-rs patch.
|
|
||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
env:
|
env:
|
||||||
CARGO_HOME: /home/runner/work/niri/niri/cargo-home
|
CARGO_HOME: /home/runner/work/niri/niri/cargo-home
|
||||||
@@ -271,7 +270,7 @@ jobs:
|
|||||||
pkg update -f
|
pkg update -f
|
||||||
pkg install -y ${{ env.DEPS_PKG }}
|
pkg install -y ${{ env.DEPS_PKG }}
|
||||||
run: |
|
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"
|
export CARGO_HOME="$PWD/cargo-home"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user