File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
actions/build-with-patched-std Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 27
27
id : measure
28
28
env :
29
29
RUSTC_FLAGS : -Copt-level=3 -Cstrip=symbols
30
- RUSTC_BUILD_DIR : build/x86_64-unknown-linux-gnu
30
+ # This symlink is made by Build::new() in the bootstrap crate, using a
31
+ # symlink on Linux and a junction on Windows, so it will exist on both
32
+ # platforms.
33
+ RUSTC_BUILD_DIR : build/host
31
34
working-directory : ${{ inputs.rustc-dir }}
32
35
run : |
33
36
rm -rf "$RUSTC_BUILD_DIR/stage0-std"
Original file line number Diff line number Diff line change 31
31
binary-size-updated : ${{ steps.size-updated.outputs.test-binary-size }}
32
32
steps :
33
33
- name : Print info
34
+ shell : bash
34
35
run : |
35
36
echo "Current SHA: $HEAD_COMMIT"
36
37
echo "Base SHA: $BASE_COMMIT"
47
48
repository : rust-lang/rust
48
49
path : ${{ env.RUSTC_DIR }}
49
50
- name : Set up std repository and backtrace submodule for size test
51
+ shell : bash
50
52
working-directory : ${{ env.RUSTC_DIR }}
51
53
run : |
52
54
# Bootstrap config
You can’t perform that action at this time.
0 commit comments