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 @@ -123,13 +123,13 @@ function compile_rustfmt() {
123
123
git remote add feature $REMOTE_REPO
124
124
git fetch feature $FEATURE_BRANCH
125
125
126
- cargo build --release --bin rustfmt && cp target/release/rustfmt $1 /rustfmt
126
+ cargo build -q - -release --bin rustfmt && cp target/release/rustfmt $1 /rustfmt
127
127
if [ -z " $OPTIONAL_COMMIT_HASH " ] || [ " $FEATURE_BRANCH " = " $OPTIONAL_COMMIT_HASH " ]; then
128
128
git switch $FEATURE_BRANCH
129
129
else
130
130
git switch $OPTIONAL_COMMIT_HASH --detach
131
131
fi
132
- cargo build --release --bin rustfmt && cp target/release/rustfmt $1 /feature_rustfmt
132
+ cargo build -q - -release --bin rustfmt && cp target/release/rustfmt $1 /feature_rustfmt
133
133
RUSFMT_BIN=$1 /rustfmt
134
134
FEATURE_BIN=$1 /feature_rustfmt
135
135
}
You can’t perform that action at this time.
0 commit comments