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 15
15
CARGO_TERM_COLOR : always
16
16
17
17
jobs :
18
- build_multiboot2_msrv :
18
+ build_msrv :
19
19
name : build (msrv)
20
20
uses : ./.github/workflows/_build-rust.yml
21
21
with :
22
22
rust-version : 1.56.1
23
23
do-style-check : false
24
24
25
- build_multiboot2_stable :
25
+ build_stable :
26
26
name : build (stable)
27
27
uses : ./.github/workflows/_build-rust.yml
28
28
with :
29
29
rust-version : stable
30
30
do-style-check : false
31
31
32
- build_multiboot2_nightly :
32
+ build_nightly :
33
33
name : build (nightly)
34
34
uses : ./.github/workflows/_build-rust.yml
35
35
with :
36
36
rust-version : nightly
37
37
do-style-check : false
38
38
39
- build_nostd_multiboot2_msrv :
39
+ build_nostd_msrv :
40
40
name : build no_std (msrv)
41
- needs : build_multiboot2_msrv
41
+ needs : build_msrv
42
42
uses : ./.github/workflows/_build-rust.yml
43
43
with :
44
44
rust-version : 1.56.1
45
45
do-style-check : false
46
46
rust-target : thumbv7em-none-eabihf
47
47
48
- build_nostd_multiboot2_stable :
48
+ build_nostd_stable :
49
49
name : build no_std (stable)
50
- needs : build_multiboot2_stable
50
+ needs : build_stable
51
51
uses : ./.github/workflows/_build-rust.yml
52
52
with :
53
53
rust-version : stable
54
54
do-style-check : false
55
55
rust-target : thumbv7em-none-eabihf
56
56
57
- build_nostd_multiboot2_nightly :
57
+ build_nostd_nightly :
58
58
name : build no_std (nightly)
59
- needs : build_multiboot2_nightly
59
+ needs : build_nightly
60
60
uses : ./.github/workflows/_build-rust.yml
61
61
with :
62
62
rust-version : nightly
63
63
do-style-check : false
64
64
rust-target : thumbv7em-none-eabihf
65
65
66
- style_multiboot2_msrv :
66
+ style_msrv :
67
67
name : style (msrv)
68
- needs : build_multiboot2_msrv
68
+ needs : build_msrv
69
69
uses : ./.github/workflows/_build-rust.yml
70
70
with :
71
71
rust-version : 1.56.1
72
72
do-style-check : true
73
73
do-test : false
74
74
75
- style_multiboot2_stable :
75
+ style_stable :
76
76
name : style (stable)
77
- needs : build_multiboot2_stable
77
+ needs : build_stable
78
78
uses : ./.github/workflows/_build-rust.yml
79
79
with :
80
80
rust-version : stable
You can’t perform that action at this time.
0 commit comments