mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 20:34:17 +08:00
Move netstack to the base repo
This commit is contained in:
parent
92504e6bab
commit
c06e5b14e4
@ -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
|
||||
"""
|
||||
|
||||
@ -1,5 +0,0 @@
|
||||
[source]
|
||||
git = "https://gitlab.redox-os.org/redox-os/netstack.git"
|
||||
|
||||
[build]
|
||||
template = "cargo"
|
||||
Loading…
Reference in New Issue
Block a user