mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 05:44:17 +08:00
Merge branch 'move_netstack_base' into 'master'
Move netstack to the base repo See merge request redox-os/cookbook!469
This commit is contained in:
commit
5792d103f7
@ -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