build: dev_cli: Prepare for splitting binaries by building all binaries
In preparation for splitting the binaries into their own crates start building all the binaries in the workspace when running the build command inside the container. Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
parent
1e9956c8cb
commit
6f59cdbb55
1 changed files with 1 additions and 1 deletions
|
|
@ -224,7 +224,7 @@ cmd_build() {
|
|||
--volume "$CLH_ROOT_DIR:$CTR_CLH_ROOT_DIR" \
|
||||
--env RUSTFLAGS="$rustflags" \
|
||||
"$CTR_IMAGE" \
|
||||
cargo build \
|
||||
cargo build --all \
|
||||
--target-dir "$CTR_CLH_CARGO_TARGET" \
|
||||
"${cargo_args[@]}" && say "Binaries placed under $CLH_CARGO_TARGET/$target/$build"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue