Merge branch 'fix_base_recipe' into 'master'

Remove reference to dnsd from the base recipe

See merge request redox-os/cookbook!513
This commit is contained in:
Jeremy Soller 2025-06-28 12:23:01 -06:00
commit 09077fc533

View File

@ -17,9 +17,7 @@ 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
cp -v \
"target/${TARGET}/${build_type}/smolnetd" \
"${COOKBOOK_STAGE}/usr/bin/smolnetd"
"""