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 3434 uses : Swatinem/rust-cache@v2
3535
3636 - name : Install packages
37- run : sudo apt-get install ninja-build ripgrep
37+ run : sudo apt-get install ninja-build ripgrep valgrind
3838
3939 # TODO: remove when we have binutils version 2.43 in the repo.
4040 - name : Install more recent binutils
9191 - name : Run tests
9292 if : ${{ !matrix.cargo_runner }}
9393 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
9596
9697 - name : Run stdarch tests
9798 if : ${{ !matrix.cargo_runner }}
Original file line number Diff line number Diff line change @@ -1052,7 +1052,7 @@ where
10521052 & "always" ,
10531053 & "--stage" ,
10541054 & "0" ,
1055- & format ! ( "tests/{}" , test_type ) ,
1055+ & format ! ( "tests/ui/lto/fat-lto.rs" ) ,
10561056 & "--compiletest-rustc-args" ,
10571057 & rustc_args,
10581058 ] ,
You can’t perform that action at this time.
0 commit comments