Skip to content
Snippets Groups Projects
Commit 174fc6f9 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Merge branch 'drivers_recipe' into 'master'

Make the drivers and drivers-initfs recipes agnostic to package location

See merge request !339
parents 21c62f8d b8ec6bc7
No related branches found
No related tags found
1 merge request!339Make the drivers and drivers-initfs recipes agnostic to package location
......@@ -49,7 +49,8 @@ mkdir -pv "${COOKBOOK_STAGE}/bin"
for bin in "${BINS[@]}"
do
"${COOKBOOK_CARGO}" rustc --release \
--manifest-path "${COOKBOOK_SOURCE}/${bin}/Cargo.toml" \
--manifest-path "${COOKBOOK_SOURCE}/Cargo.toml" \
-p "${bin}" \
--bin "${bin}" \
-- \
-C opt-level=s \
......
......@@ -35,7 +35,8 @@ mkdir -pv "${COOKBOOK_STAGE}/bin"
for bin in "${BINS[@]}"
do
"${COOKBOOK_CARGO}" rustc --release \
--manifest-path "${COOKBOOK_SOURCE}/${bin}/Cargo.toml" \
--manifest-path "${COOKBOOK_SOURCE}/Cargo.toml" \
-p "${bin}" \
--bin "${bin}" \
-- \
-C opt-level=s \
......
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