mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
8f2a85dc94
Bumps [github.com/godbus/dbus/v5](https://github.com/godbus/dbus) from 5.1.0 to 5.2.0. - [Release notes](https://github.com/godbus/dbus/releases) - [Commits](https://github.com/godbus/dbus/compare/v5.1.0...v5.2.0) --- updated-dependencies: - dependency-name: github.com/godbus/dbus/v5 dependency-version: 5.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
12 lines
289 B
YAML
12 lines
289 B
YAML
# See https://cirrus-ci.org/guide/FreeBSD/
|
|
freebsd_instance:
|
|
image_family: freebsd-14-2
|
|
|
|
task:
|
|
name: Test on FreeBSD
|
|
install_script: pkg install -y go122 dbus
|
|
test_script: |
|
|
/usr/local/etc/rc.d/dbus onestart && \
|
|
eval `dbus-launch --sh-syntax` && \
|
|
go122 test -v ./...
|