mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 11:15:54 +03:00
[PR #949] [MERGED] cargo-make automation #1815
Labels
No labels
blocked
breaking-change
bug
bug:critical
bug:tests
cleanup
compliance
compliance
compliance
crate:all
crate:client
crate:native-tls
crate:proto
crate:recursor
crate:resolver
crate:resolver
crate:rustls
crate:server
crate:util
dependencies
docs
duplicate
easy
easy
enhance
enhance
enhance
feature:dns-over-https
feature:dns-over-quic
feature:dns-over-tls
feature:dnsssec
feature:global_lb
feature:mdns
feature:tsig
features:edns
has workaround
ops
perf
platform:WASM
platform:android
platform:fuchsia
platform:linux
platform:macos
platform:windows
pull-request
question
test
tools
tools
trust
unclear
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hickory-dns#1815
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/hickory-dns/hickory-dns/pull/949
Author: @bluejekyll
Created: 12/11/2019
Status: ✅ Merged
Merged: 12/14/2019
Merged by: @bluejekyll
Base:
master← Head:cargo-make-automation📝 Commits (10+)
2ce4e0eAdd support for cargo-make, and Makefile.toml7f49d42Setup Github workflow and actions33d05b0Script for installing cargo make69d0e07add all configuration to github worklow for features82a2571add OpenSSL install for windows in Makefile.toml7087e17Add all test variations to the Github workflowaf2a2c7add cargo audit to github workflow89953eafix dns-over-https build in named7b09157fix openssl build on Windows21af579fix sqlite tests on windows📊 Changes
41 files changed (+776 additions, -574 deletions)
View changed files
➖
.appveyor.yml(+0 -69)📝
.github/workflows/rust.yml(+58 -11)📝
.travis.yml(+2 -134)📝
Cargo.lock(+11 -10)📝
Cargo.toml(+4 -4)➕
Makefile.toml(+225 -0)📝
README.md(+34 -22)📝
bin/Cargo.toml(+2 -1)➕
bin/LICENSE-APACHE(+202 -0)➕
bin/LICENSE-MIT(+20 -0)➕
bin/Makefile.toml(+31 -0)📝
bin/src/named.rs(+41 -6)📝
bin/tests/named_https_tests.rs(+1 -1)📝
bin/tests/named_openssl_tests.rs(+2 -2)📝
bin/tests/named_rustls_tests.rs(+2 -2)📝
bin/tests/named_test_rsa_dnssec.rs(+3 -3)📝
bin/tests/named_tests.rs(+56 -14)📝
bin/tests/server_harness/mod.rs(+32 -25)📝
crates/https/Cargo.toml(+3 -1)📝
crates/native-tls/Cargo.toml(+2 -0)...and 21 more files
📄 Description
I'm considering switching away from the ad-hoc testing scripts to use cargo-make.
This is just an initial attempt to see what that might look like in CI, etc.
fixes: #906
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.