]> git.ipfire.org Git - thirdparty/rspamd.git/commit
[Fix] NetBSD workflow: setup pkgin and PKG_PATH before installing packages
authorVsevolod Stakhov <vsevolod@rspamd.com>
Tue, 4 Nov 2025 12:11:49 +0000 (12:11 +0000)
committerVsevolod Stakhov <vsevolod@rspamd.com>
Tue, 4 Nov 2025 12:11:49 +0000 (12:11 +0000)
commitd1bbdfcae8321b20f1793a9673f4f8375d5a4119
treec07e0e92123bf7c4605987b9ce476f3a9f32660b
parent52d2b4e6cfefca0c1813e68cca4b9e5280a963a2
[Fix] NetBSD workflow: setup pkgin and PKG_PATH before installing packages

The pkg_add command requires PKG_PATH to be set in NetBSD 10.0.
Install and use pkgin for easier binary package management.

Changes:
- Set PKG_PATH to NetBSD CDN repository
- Install pkgin using /usr/sbin/pkg_add
- Use pkgin for all package installations
- Change perl5 to perl (correct package name)
- Add || true for non-critical package installation failures
.github/workflows/netbsd_build.yml