about summary refs log tree commit diff
diff options
context:
space:
mode:
authorjyn <github@jyn.dev>2023-05-31 11:37:50 -0500
committerjyn <github@jyn.dev>2023-06-03 11:29:56 -0500
commit42a9898fd1a6a5302b3b5b0661c8d08532594087 (patch)
treee7cd4d6dba2a4633c942d0ec0621fac4e8a6a255
parent3591a1239c123588b03c7600b54cc573187980a3 (diff)
downloadrust-42a9898fd1a6a5302b3b5b0661c8d08532594087.tar.gz
rust-42a9898fd1a6a5302b3b5b0661c8d08532594087.zip
disable truncation in CI
-rwxr-xr-xsrc/ci/run.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ci/run.sh b/src/ci/run.sh
index 966af3abc6f..5363086f68b 100755
--- a/src/ci/run.sh
+++ b/src/ci/run.sh
@@ -53,6 +53,7 @@ if ! isCI || isCiBranch auto || isCiBranch beta || isCiBranch try || isCiBranch
     HAS_METRICS=1
 fi
 
+RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --enable-verbose-configure"
 RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --enable-sccache"
 RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --disable-manage-submodules"
 RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --enable-locked-deps"