Skip to content

Commit 0b5be12

Browse files
committed
Omit copying patched std build output for checking binary size in CI.
This is now done by the bootstrapping process. See rust-lang/rust#113341.
1 parent f3af31c commit 0b5be12

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/check-binary-size.yml

-2
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ jobs:
5050
git add library/backtrace
5151
rm -rf build/x86_64-unknown-linux-gnu/stage0-std
5252
python3 x.py build library --stage 0
53-
cp -r ./build/x86_64-unknown-linux-gnu/stage0/bin ./build/x86_64-unknown-linux-gnu/stage0-sysroot/bin
54-
cp -r ./build/x86_64-unknown-linux-gnu/stage0/lib/*.so ./build/x86_64-unknown-linux-gnu/stage0-sysroot/lib
5553
./build/x86_64-unknown-linux-gnu/stage0-sysroot/bin/rustc -O foo.rs -o binary-updated
5654
- name: Display binary size
5755
run: |

0 commit comments

Comments
 (0)