Skip to content

Commit c640a44

Browse files
committed
Fix rust_configure_args
1 parent 3216a6f commit c640a44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ci/run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ if [ "$RUN_CHECK_WITH_PARALLEL_QUERIES" != "" ]; then
132132
rm -rf build
133133
fi
134134

135-
"$SRC"/configure "$RUST_CONFIGURE_ARGS"
135+
"$SRC"/configure $RUST_CONFIGURE_ARGS
136136

137137
retry make prepare
138138

0 commit comments

Comments
 (0)