Reworked error handling in the nts ke server to be more resilient. #25
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: packaging ntpv5 | |
permissions: | |
contents: read | |
on: | |
push: | |
branches: | |
- 'release/**' | |
workflow_dispatch: | |
jobs: | |
package: | |
uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@v7 | |
with: | |
workspace_package: ntpd | |
package_build_rules: | | |
pkg: ntpd-rs | |
image: | |
- "rockylinux:9" | |
- "ubuntu:xenial" | |
target: x86_64 | |
extra_build_args: "--features unstable_ntpv5" | |
package_test_scripts_path: pkg/test-scripts/test-ntpd-rs.sh | |
rpm_scriptlets_path: pkg/rpm/scriptlets.toml | |
rpm_extra_build_packages: git | |
deb_extra_build_packages: git |