Skip to content

Commit 42a9898

Browse files
committed
disable truncation in CI
1 parent 3591a12 commit 42a9898

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ci/run.sh

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ if ! isCI || isCiBranch auto || isCiBranch beta || isCiBranch try || isCiBranch
5353
HAS_METRICS=1
5454
fi
5555

56+
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --enable-verbose-configure"
5657
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --enable-sccache"
5758
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --disable-manage-submodules"
5859
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --enable-locked-deps"

0 commit comments

Comments
 (0)