about summary refs log tree commit homepage
path: root/install/os.perl
DateCommit message (Collapse)
2023-12-13install: updates for Alpine Linux and apk
Somewhat surprising that BSD::Resource hasn't been packaged for Alpine, but otherwise pretty straightforward mapping with some dependencies filled in manually.
2023-10-06finalize DragonFlyBSD support
require_bsd and require_mods(':fcntl_lock') are now supported in TestCommon to make it easier to maintain than a big list of regexps. getsockopt for SO_ACCEPTFILTER seems to always succeed, even if the retrieved struct is all zeroes.
2023-09-14move deps.perl into new install/ directory
deps.perl can be useful for non-CI purposes as long as it's not blindly removing packages. Thus, a --allow-remove flag now exists for CI use and removals are disabled by default. deps.perl also gets easier-to-use in that now install/os.perl is split off from from ci/profiles.perl so OS-supplied packaged manager.