File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change 1515 CARGO_TERM_COLOR : always
1616
1717jobs :
18- build_multiboot2_msrv :
18+ build_msrv :
1919 name : build (msrv)
2020 uses : ./.github/workflows/_build-rust.yml
2121 with :
2222 rust-version : 1.56.1
2323 do-style-check : false
2424
25- build_multiboot2_stable :
25+ build_stable :
2626 name : build (stable)
2727 uses : ./.github/workflows/_build-rust.yml
2828 with :
2929 rust-version : stable
3030 do-style-check : false
3131
32- build_multiboot2_nightly :
32+ build_nightly :
3333 name : build (nightly)
3434 uses : ./.github/workflows/_build-rust.yml
3535 with :
3636 rust-version : nightly
3737 do-style-check : false
3838
39- build_nostd_multiboot2_msrv :
39+ build_nostd_msrv :
4040 name : build no_std (msrv)
41- needs : build_multiboot2_msrv
41+ needs : build_msrv
4242 uses : ./.github/workflows/_build-rust.yml
4343 with :
4444 rust-version : 1.56.1
4545 do-style-check : false
4646 rust-target : thumbv7em-none-eabihf
4747
48- build_nostd_multiboot2_stable :
48+ build_nostd_stable :
4949 name : build no_std (stable)
50- needs : build_multiboot2_stable
50+ needs : build_stable
5151 uses : ./.github/workflows/_build-rust.yml
5252 with :
5353 rust-version : stable
5454 do-style-check : false
5555 rust-target : thumbv7em-none-eabihf
5656
57- build_nostd_multiboot2_nightly :
57+ build_nostd_nightly :
5858 name : build no_std (nightly)
59- needs : build_multiboot2_nightly
59+ needs : build_nightly
6060 uses : ./.github/workflows/_build-rust.yml
6161 with :
6262 rust-version : nightly
6363 do-style-check : false
6464 rust-target : thumbv7em-none-eabihf
6565
66- style_multiboot2_msrv :
66+ style_msrv :
6767 name : style (msrv)
68- needs : build_multiboot2_msrv
68+ needs : build_msrv
6969 uses : ./.github/workflows/_build-rust.yml
7070 with :
7171 rust-version : 1.56.1
7272 do-style-check : true
7373 do-test : false
7474
75- style_multiboot2_stable :
75+ style_stable :
7676 name : style (stable)
77- needs : build_multiboot2_stable
77+ needs : build_stable
7878 uses : ./.github/workflows/_build-rust.yml
7979 with :
8080 rust-version : stable
You can’t perform that action at this time.
0 commit comments