Skip to content
Snippets Groups Projects
Commit c06e5b14 authored by bjorn3's avatar bjorn3
Browse files

Move netstack to the base repo

parent 92504e6b
No related branches found
No related tags found
1 merge request!469Move netstack to the base repo
......@@ -13,4 +13,13 @@ for package in ipcd ptyd; do
"target/${TARGET}/${build_type}/${package}" \
"${COOKBOOK_STAGE}/usr/bin/${package}"
done
"${COOKBOOK_CARGO}" build \
--manifest-path "${COOKBOOK_SOURCE}/netstack/Cargo.toml" \
${build_flags}
for bin in smolnetd dnsd; do
cp -v \
"target/${TARGET}/${build_type}/${bin}" \
"${COOKBOOK_STAGE}/usr/bin/${bin}"
done
"""
[source]
git = "https://gitlab.redox-os.org/redox-os/netstack.git"
[build]
template = "cargo"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment