Add signzone command. (#8)

Note: Lacks Bubble Babble and OpenSSL Engine support compared to the original `ldns-signzone`.
This commit is contained in:
Ximon Eighteen
2025-06-02 14:32:55 +02:00
committed by GitHub
parent 0dcd6ee03c
commit 7ec5de2bc6
58 changed files with 6717 additions and 589 deletions
+6 -6
View File
@@ -11,12 +11,12 @@ jobs:
os: [ubuntu-latest, windows-latest, macOS-latest]
rust: [1.79.0, stable, beta, nightly]
env:
RUSTFLAGS: "-D warnings"
# We use 'vcpkg' to install OpenSSL on Windows.
VCPKG_ROOT: "${{ github.workspace }}\\vcpkg"
VCPKGRS_TRIPLET: x64-windows-release
# Ensure that OpenSSL is dynamically linked.
VCPKGRS_DYNAMIC: 1
RUSTFLAGS: "-D warnings"
# We use 'vcpkg' to install OpenSSL on Windows.
VCPKG_ROOT: "${{ github.workspace }}\\vcpkg"
VCPKGRS_TRIPLET: x64-windows-release
# Ensure that OpenSSL is dynamically linked.
VCPKGRS_DYNAMIC: 1
steps:
- name: Checkout repository
uses: actions/checkout@v1