Skip to content

Commit

Permalink
Rollup merge of #123330 - jfgoog:pass-backtrace, r=Kobzol
Browse files Browse the repository at this point in the history
Pass RUST_BACKTRACE when running docker.
  • Loading branch information
workingjubilee authored Apr 2, 2024
2 parents 48b2a51 + 652f6f7 commit 347c579
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 347c579

Please sign in to comment.