Skip to content

Commit

Permalink
Unbreak FreeBSD workflow after a package rename (#175)
Browse files Browse the repository at this point in the history
* Switch FreeBSD to more frequently updated packages

Helps to get newer wayland-protocols, (lib)wayland and wlroots sooner,
without waiting for a new /quarterly cut.

* Chase wlroots package rename on FreeBSD

freebsd/freebsd-ports@2cb7175c921d

---------

Co-authored-by: Philipp Kaeser <[email protected]>
  • Loading branch information
jbeich and phkaeser committed Feb 21, 2025
1 parent 0f3485b commit 6f98811
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-for-freebsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
operating_system: freebsd
version: '14.2'
run: |
sudo sed -i '' 's/quarterly/latest/' /etc/pkg/FreeBSD.conf
sudo pkg install -y \
devel/bison \
devel/cmake-core \
Expand All @@ -27,7 +28,7 @@ jobs:
graphics/wayland \
graphics/wayland-protocols \
lang/gcc \
x11-toolkits/wlroots \
x11-toolkits/wlroots018 \
x11/libxcb \
x11/libxkbcommon
cmake -B build/ -Dconfig_WERROR=ON
Expand Down

0 comments on commit 6f98811

Please sign in to comment.