diff options
| author | jyn <github@jyn.dev> | 2023-05-31 11:37:50 -0500 |
|---|---|---|
| committer | jyn <github@jyn.dev> | 2023-06-03 11:29:56 -0500 |
| commit | 42a9898fd1a6a5302b3b5b0661c8d08532594087 (patch) | |
| tree | e7cd4d6dba2a4633c942d0ec0621fac4e8a6a255 | |
| parent | 3591a1239c123588b03c7600b54cc573187980a3 (diff) | |
| download | rust-42a9898fd1a6a5302b3b5b0661c8d08532594087.tar.gz rust-42a9898fd1a6a5302b3b5b0661c8d08532594087.zip | |
disable truncation in CI
| -rwxr-xr-x | src/ci/run.sh | 1 |
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" |
