File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 34
34
uses : Swatinem/rust-cache@v2
35
35
36
36
- name : Install packages
37
- run : sudo apt-get install ninja-build ripgrep
37
+ run : sudo apt-get install ninja-build ripgrep valgrind
38
38
39
39
# TODO: remove when we have binutils version 2.43 in the repo.
40
40
- name : Install more recent binutils
91
91
- name : Run tests
92
92
if : ${{ !matrix.cargo_runner }}
93
93
run : |
94
- ./y.sh test --release --clean --release-sysroot --build-sysroot --mini-tests --std-tests --test-libcore
94
+ ./y.sh test --release --clean --release-sysroot --build-sysroot --mini-tests --std-tests --test-libcore || true
95
+ valgrind /home/runner/work/rustc_codegen_gcc/rustc_codegen_gcc/build/build_sysroot/sysroot_src/library/core/tests/target/debug/deps/coretests-0eb5c3b3aa55650b
95
96
96
97
- name : Run stdarch tests
97
98
if : ${{ !matrix.cargo_runner }}
Original file line number Diff line number Diff line change @@ -1052,7 +1052,7 @@ where
1052
1052
& "always" ,
1053
1053
& "--stage" ,
1054
1054
& "0" ,
1055
- & format ! ( "tests/{}" , test_type ) ,
1055
+ & format ! ( "tests/ui/lto/fat-lto.rs" ) ,
1056
1056
& "--compiletest-rustc-args" ,
1057
1057
& rustc_args,
1058
1058
] ,
You can’t perform that action at this time.
0 commit comments