mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-26 23:04:19 +08:00
update hickory-dns
This commit is contained in:
parent
49fdd0c8c9
commit
f8c43f6d7f
@ -8,14 +8,5 @@ dependencies = [
|
||||
"openssl1",
|
||||
]
|
||||
script = """
|
||||
package="hickory-dns"
|
||||
"${COOKBOOK_CARGO}" build \
|
||||
--manifest-path "${COOKBOOK_SOURCE}/Cargo.toml" \
|
||||
--package "${package}" \
|
||||
--release
|
||||
--all-features
|
||||
mkdir -pv "${COOKBOOK_STAGE}/bin"
|
||||
cp -v \
|
||||
"target/${TARGET}/release/${package}" \
|
||||
"${COOKBOOK_STAGE}/bin/${package}"
|
||||
cookbook_cargo -p hickory-dns --all-features
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user