Skip to content

Test DNSSEC with delegation signer as trust anchor. #129

Test DNSSEC with delegation signer as trust anchor.

Test DNSSEC with delegation signer as trust anchor. #129

Workflow file for this run

name: CI
on: [push]
jobs:
test:
runs-on: macos-12
steps:
- uses: actions/checkout@v3
- name: OpenBSD Virtual Machine
uses: cross-platform-actions/[email protected]
with:
operating_system: openbsd
version: '7.4'
hypervisor: xhyve
run: |
uname -a
echo $SHELL
pwd
ls -lah
whoami
env | sort
echo == depend ==
sudo pkg_add libunbound ldns-utils
sudo useradd -m _pfresolved
echo == build ==
make all
echo == test ==
REGRESS_FAIL_EARLY=yes SUDO=sudo make test 2>&1 | tee make.log
tail -n1000 regress/*.log
! grep -B1 FAILED make.log