aboutsummaryrefslogtreecommitdiff
path: root/.builds
AgeCommit message (Collapse)AuthorFilesLines
2023-12-05ci: fix arch and alpineIsaac Freund2-2/+4
2023-12-01build: update to wlroots 0.17Isaac Freund3-6/+7
2023-10-16build: update to Zig 0.11.0Isaac Freund3-12/+12
2023-02-28river: rework core data structures & transactionsIsaac Freund3-9/+0
2023-01-08deps: update to Zig 0.10Isaac Freund3-12/+12
2023-01-06ci: Use meson setup commandHugo Machet3-6/+6
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 Freund3-6/+9
2022-07-10ci: explicitly install libevdevIsaac Freund2-0/+2
This is currently pulled in transitively on void, arch, and FreeBSD which just stopped working on void due to upstream changes.
2022-05-01ci: make wget output non verboseIsaac Freund3-3/+3
This still prints errors, but doesn't print progress bars or other superfluous information.
2022-03-06ci: Fix builds manifestsHugo Machet3-3/+3
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 Machet3-12/+12
2022-02-05ci: Add sourcehut buildsHugo Machet3-0/+178
- alpine (musl) - archlinux (glibc) - freebsd