Skip to content

Commit

Permalink
Add packaging workflow for ntpd with v5 support
Browse files Browse the repository at this point in the history
  • Loading branch information
rnijveld committed Dec 21, 2023
1 parent bd21bf0 commit c9e04b2
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/workflows/packaging-v5.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
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:
- "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

0 comments on commit c9e04b2

Please sign in to comment.