aboutsummaryrefslogtreecommitdiff
path: root/.builds/alpine.yml
AgeCommit message (Collapse)AuthorFilesLines
2024-01-01build: require at least wlroots 0.17.1Isaac Freund1-1/+1
There are enough bugs fixed in 0.17.1 which are relevant to river that I think it's worthwhile to refuse to compile against 0.17.1.
2023-12-05ci: fix arch and alpineIsaac Freund1-2/+3
2023-12-01build: update to wlroots 0.17Isaac Freund1-2/+2
2023-10-16build: update to Zig 0.11.0Isaac Freund1-4/+4
2023-02-28river: rework core data structures & transactionsIsaac Freund1-3/+0
2023-01-08deps: update to Zig 0.10Isaac Freund1-4/+4
2023-01-06ci: Use meson setup commandHugo Machet1-2/+2
Using `meson build` without `setup` have been deprecated, fix warning message: 'WARNING: Running the setup command as `meson [options]` instead of `meson setup [options]` is ambiguous and deprecated.
2022-11-13ci: update to wlroots 0.16.0 and wayland 1.21.0Isaac Freund1-2/+3
2022-05-01ci: make wget output non verboseIsaac Freund1-1/+1
This still prints errors, but doesn't print progress bars or other superfluous information.
2022-03-06ci: Fix builds manifestsHugo Machet1-1/+1
Remove `.git` suffix from river repo in `sources` section as the suffix make the ci only clone the repo. Without the suffix the ci checkout the correct commit to build river. We don't need to remove the suffix from others sources as cloning the repo and checkout the tag version we want is enough.
2022-02-17ci: Update to zig 0.9.1Hugo Machet1-4/+4
2022-02-05ci: Add sourcehut buildsHugo Machet1-0/+60
- alpine (musl) - archlinux (glibc) - freebsd