We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3af31c commit 0b5be12Copy full SHA for 0b5be12
.github/workflows/check-binary-size.yml
@@ -50,8 +50,6 @@ jobs:
50
git add library/backtrace
51
rm -rf build/x86_64-unknown-linux-gnu/stage0-std
52
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
55
./build/x86_64-unknown-linux-gnu/stage0-sysroot/bin/rustc -O foo.rs -o binary-updated
56
- name: Display binary size
57
run: |
0 commit comments