File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 58
58
- beta
59
59
- nightly
60
60
llvm :
61
- - 19
61
+ - 20
62
62
- source
63
63
name : rustc=${{ matrix.rust }} llvm=${{ matrix.llvm }}
64
64
needs : llvm
Original file line number Diff line number Diff line change 16
16
- id : ls-remote
17
17
run : |
18
18
set -euxo pipefail
19
- value=$(git ls-remote https://github.com/aya-rs/llvm-project.git refs/heads/rustc/19 .1-2024-09-17 | cut -f1)
19
+ value=$(git ls-remote https://github.com/aya-rs/llvm-project.git refs/heads/rustc/20 .1-2025-02-13 | cut -f1)
20
20
echo "sha=$value" >> "$GITHUB_OUTPUT"
21
21
22
22
- id : cache-key
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ fn btf_dump(src: &Path, dst: &Path) {
100
100
btf. arg ( "dump" ) . arg ( src) . stdout ( dst) ;
101
101
let status = btf
102
102
. status ( )
103
- . unwrap_or_else ( |err| panic ! ( "could not run {btf:?}: {err}" , ) ) ;
103
+ . unwrap_or_else ( |err| panic ! ( "could not run {btf:?}: {err}" ) ) ;
104
104
assert_eq ! ( status. code( ) , Some ( 0 ) , "{btf:?} failed" ) ;
105
105
}
106
106
You can’t perform that action at this time.
0 commit comments