File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
actions/build-with-patched-std Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 31
31
# symlink on Linux and a junction on Windows, so it will exist on both
32
32
# platforms.
33
33
RUSTC_BUILD_DIR : build/host
34
+ RUST_BACKTRACE : 1
34
35
working-directory : ${{ inputs.rustc-dir }}
35
36
run : |
36
37
set -x
Original file line number Diff line number Diff line change @@ -56,12 +56,15 @@ jobs:
56
56
with :
57
57
repository : rust-lang/rust
58
58
path : ${{ env.RUSTC_DIR }}
59
+ # Arbitrary known working version, latest commit on 2024-02-13
60
+ ref : cc74ed08d53fbb440b4ab70035a92d89d418d23c
59
61
- name : Set up std repository and backtrace submodule for size test
60
62
shell : bash
61
63
working-directory : ${{ env.RUSTC_DIR }}
62
64
env :
63
65
PR_SOURCE_REPO : ${{ github.event.pull_request.head.repo.full_name }}
64
66
run : |
67
+ set -x
65
68
# Bootstrap config
66
69
cat <<EOF > bootstrap.toml
67
70
change-id = 9999999
78
81
}
79
82
EOF
80
83
81
- set -x
82
84
git submodule update --init library/backtrace
83
85
84
86
cd library/backtrace
You can’t perform that action at this time.
0 commit comments