File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
library/compiler-builtins Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,6 @@ jobs:
119
119
rustup update "$channel" --no-self-update
120
120
rustup default "$channel"
121
121
rustup target add "${{ matrix.target }}"
122
- rustup component add llvm-tools-preview
123
122
- uses : taiki-e/install-action@nextest
124
123
- uses : Swatinem/rust-cache@v2
125
124
with :
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ fn exec_cargo_with_args(args: &[&str]) -> Vec<PathBuf> {
84
84
}
85
85
}
86
86
87
- cmd. wait ( ) . expect ( "failed to wait on Cargo" ) ;
87
+ assert ! ( cmd. wait( ) . expect( "failed to wait on Cargo" ) . success ( ) ) ;
88
88
89
89
assert ! ( !check_files. is_empty( ) , "no compiler_builtins rlibs found" ) ;
90
90
println ! ( "Collected the following rlibs to check: {check_files:#?}" ) ;
You can’t perform that action at this time.
0 commit comments