File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -122,13 +122,13 @@ function compile_rustfmt() {
122
122
git remote add feature $REMOTE_REPO
123
123
git fetch feature $FEATURE_BRANCH
124
124
125
- cargo build --release --bin rustfmt && cp target/release/rustfmt $1 /rustfmt
125
+ cargo build -q - -release --bin rustfmt && cp target/release/rustfmt $1 /rustfmt
126
126
if [ -z " $OPTIONAL_COMMIT_HASH " ] || [ " $FEATURE_BRANCH " = " $OPTIONAL_COMMIT_HASH " ]; then
127
127
git switch $FEATURE_BRANCH
128
128
else
129
129
git switch $OPTIONAL_COMMIT_HASH --detach
130
130
fi
131
- cargo build --release --bin rustfmt && cp target/release/rustfmt $1 /feature_rustfmt
131
+ cargo build -q - -release --bin rustfmt && cp target/release/rustfmt $1 /feature_rustfmt
132
132
RUSFMT_BIN=$1 /rustfmt
133
133
FEATURE_BIN=$1 /feature_rustfmt
134
134
}
You can’t perform that action at this time.
0 commit comments