rustd-resolved 0.2.1

A compatibility-oriented reimplementation of systemd-resolved
name: Live DNS-SD verification

on:
  push:
    branches:
      - main
  workflow_dispatch:

permissions:
  contents: read

concurrency:
  group: live-dnssd-${{ github.ref }}
  cancel-in-progress: true

jobs:
  verify:
    runs-on: ubuntu-24.04
    timeout-minutes: 45
    steps:
      - name: Check out source
        uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0

      - name: Install build and namespace tools
        shell: bash
        run: |
          set -euo pipefail
          sudo apt-get update
          sudo apt-get install --yes --no-install-recommends \
            gfortran iproute2 libssl-dev liburing-dev

      - name: Build release daemon
        run: cargo build --release --locked

      - name: Exercise service publication and reload
        shell: bash
        run: python3 tests/live-dnssd.py target/release/systemd-resolved