File tree 1 file changed +0
-4
lines changed
1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change 39
39
cd ../..
40
40
git add library/backtrace
41
41
python3 x.py build library --stage 0
42
- cp -r ./build/x86_64-unknown-linux-gnu/stage0/bin ./build/x86_64-unknown-linux-gnu/stage0-sysroot/bin
43
- cp -r ./build/x86_64-unknown-linux-gnu/stage0/lib/*.so ./build/x86_64-unknown-linux-gnu/stage0-sysroot/lib
44
42
./build/x86_64-unknown-linux-gnu/stage0-sysroot/bin/rustc -O foo.rs -o binary-reference
45
43
- name : Build binary with PR version of backtrace
46
44
run : |
50
48
git add library/backtrace
51
49
rm -rf build/x86_64-unknown-linux-gnu/stage0-std
52
50
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
51
./build/x86_64-unknown-linux-gnu/stage0-sysroot/bin/rustc -O foo.rs -o binary-updated
56
52
- name : Display binary size
57
53
run : |
You can’t perform that action at this time.
0 commit comments