Skip to content

Commit bf9f264

Browse files
committed
also pass flags to install
1 parent d55d047 commit bf9f264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

miri

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ case "$COMMAND" in
103103
install|install-debug)
104104
# "--locked" to respect the Cargo.lock file if it exists,
105105
# "--offline" to avoid querying the registry (for yanked packages).
106-
exec cargo install --path "$(dirname "$0")" --force --locked --offline "$@"
106+
exec cargo install $CARGO_INSTALL_FLAGS --path "$(dirname "$0")" --force --locked --offline "$@"
107107
;;
108108
build|build-debug)
109109
# Build, and let caller control flags.

0 commit comments

Comments
 (0)