File tree Expand file tree Collapse file tree 3 files changed +1
-8
lines changed
Expand file tree Collapse file tree 3 files changed +1
-8
lines changed Original file line number Diff line number Diff line change 1212 RUSTFLAGS : -Dwarnings
1313 steps :
1414 - uses : actions/checkout@v4
15- # FIXME: use stable once rftrace supports stable
16- - uses : dtolnay/rust-toolchain@nightly
15+ - uses : dtolnay/rust-toolchain@stable
1716 with :
1817 targets : x86_64-unknown-none
1918 - run : cargo clippy --all-features
4544 sudo apt-get update
4645 sudo apt-get install uftrace
4746 - uses : mkroening/rust-toolchain-toml@main
48- - uses : dtolnay/rust-toolchain@nightly
49- with :
50- components : llvm-tools
5147 - name : Build
5248 run : make
5349 - name : Run
7167 run : |
7268 sudo apt-get update
7369 sudo apt-get install uftrace
74- - uses : mkroening/rust-toolchain-toml@main
7570 - uses : dtolnay/rust-toolchain@nightly
7671 with :
7772 components : llvm-tools
Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ fn build_backend() {
3030 let target = "x86_64-unknown-none" ;
3131
3232 let mut cmd = cargo ( ) ;
33- cmd. arg ( "+nightly" ) ;
3433 cmd. arg ( "rustc" ) ;
3534
3635 cmd. args ( [ "--target" , target] ) ;
Original file line number Diff line number Diff line change 11[toolchain ]
2- channel = " nightly"
32components = [
43 " llvm-tools-preview" ,
54 " rustfmt" ,
You can’t perform that action at this time.
0 commit comments