File tree Expand file tree Collapse file tree 4 files changed +3
-2
lines changed Expand file tree Collapse file tree 4 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 66
66
run : |
67
67
./prepare_build.sh
68
68
./build.sh
69
+ cargo test
69
70
./clean_all.sh
70
71
71
72
- name : Prepare dependencies
Original file line number Diff line number Diff line change @@ -15,3 +15,4 @@ gimple*
15
15
* asm
16
16
res
17
17
test-backend
18
+ gcc_path
Original file line number Diff line number Diff line change @@ -113,6 +113,5 @@ p loc->m_line
113
113
114
114
### How to use a custom-build rustc
115
115
116
- * Build the stage1 compiler (`rustup toolchain link debug-current stage2 build/x86_64-unknown-linux-gnu/stage1 `).
116
+ * Build the stage2 compiler (`rustup toolchain link debug-current build/x86_64-unknown-linux-gnu/stage2 `).
117
117
* Clean and rebuild the codegen with `debug-current` in the file `rust-toolchain`.
118
- * Add `~/.rustup/toolchains/debug-current/lib/rustlib/x86_64-unknown-linux-gnu/lib` to `LD_LIBRARY_PATH`.
You can’t perform that action at this time.
0 commit comments