|
8 | 8 |
|
9 | 9 | jobs:
|
10 | 10 | build_multiboot2_msrv:
|
11 |
| - name: "multiboot2: build (msrv)" |
| 11 | + name: "build (msrv)" |
12 | 12 | uses: ./.github/workflows/_build-rust.yml
|
13 | 13 | with:
|
14 | 14 | rust-version: 1.56.1
|
15 | 15 | do-style-check: false
|
16 | 16 |
|
17 | 17 | build_multiboot2_stable:
|
18 |
| - name: "multiboot2: build (stable)" |
| 18 | + name: "build (stable)" |
19 | 19 | uses: ./.github/workflows/_build-rust.yml
|
20 | 20 | with:
|
21 | 21 | rust-version: stable
|
22 | 22 | do-style-check: false
|
23 | 23 |
|
24 | 24 | build_multiboot2_nightly:
|
25 |
| - name: "multiboot2: build (nightly)" |
| 25 | + name: "build (nightly)" |
26 | 26 | uses: ./.github/workflows/_build-rust.yml
|
27 | 27 | with:
|
28 | 28 | rust-version: nightly
|
29 | 29 | do-style-check: false
|
30 | 30 |
|
31 | 31 | build_nostd_multiboot2_msrv:
|
32 |
| - name: "multiboot2: build no_std (msrv)" |
| 32 | + name: "build no_std (msrv)" |
33 | 33 | uses: ./.github/workflows/_build-rust.yml
|
34 | 34 | with:
|
35 | 35 | rust-version: 1.56.1
|
36 | 36 | do-style-check: false
|
37 | 37 | rust-target: thumbv7em-none-eabihf
|
38 | 38 |
|
39 | 39 | build_nostd_multiboot2_stable:
|
40 |
| - name: "multiboot2: build no_std (stable)" |
| 40 | + name: "build no_std (stable)" |
41 | 41 | uses: ./.github/workflows/_build-rust.yml
|
42 | 42 | with:
|
43 | 43 | rust-version: stable
|
44 | 44 | do-style-check: false
|
45 | 45 | rust-target: thumbv7em-none-eabihf
|
46 | 46 |
|
47 | 47 | build_nostd_multiboot2_nightly:
|
48 |
| - name: "multiboot2: build no_std (nightly)" |
| 48 | + name: "build no_std (nightly)" |
49 | 49 | uses: ./.github/workflows/_build-rust.yml
|
50 | 50 | with:
|
51 | 51 | rust-version: nightly
|
52 | 52 | do-style-check: false
|
53 | 53 | rust-target: thumbv7em-none-eabihf
|
54 | 54 |
|
55 | 55 | style_multiboot2_msrv:
|
56 |
| - name: "multiboot2: style (msrv)" |
| 56 | + name: "style (msrv)" |
57 | 57 | uses: ./.github/workflows/_build-rust.yml
|
58 | 58 | with:
|
59 | 59 | rust-version: 1.56.1
|
60 | 60 | do-style-check: true
|
61 | 61 | do-test: false
|
62 | 62 |
|
63 | 63 | style_multiboot2_stable:
|
64 |
| - name: "multiboot2: style (stable)" |
| 64 | + name: "style (stable)" |
65 | 65 | uses: ./.github/workflows/_build-rust.yml
|
66 | 66 | with:
|
67 | 67 | rust-version: stable
|
|
0 commit comments