Skip to content

Commit

Permalink
Unrolled build for rust-lang#123330
Browse files Browse the repository at this point in the history
Rollup merge of rust-lang#123330 - jfgoog:pass-backtrace, r=Kobzol

Pass RUST_BACKTRACE when running docker.
  • Loading branch information
rust-timer authored Apr 2, 2024
2 parents dd5e502 + 652f6f7 commit 2e15c55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ci/docker/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,7 @@ docker \
--env GITHUB_ACTIONS \
--env GITHUB_REF \
--env GITHUB_STEP_SUMMARY="/checkout/obj/${SUMMARY_FILE}" \
--env RUST_BACKTRACE \
--env TOOLSTATE_REPO_ACCESS_TOKEN \
--env TOOLSTATE_REPO \
--env TOOLSTATE_PUBLISH \
Expand Down

0 comments on commit 2e15c55

Please sign in to comment.