Commit e27f6ec 1 parent 9195c09 commit e27f6ec Copy full SHA for e27f6ec
File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -165,14 +165,13 @@ jobs:
165
165
- name : Build
166
166
run : cargo build --target ${{ matrix.target.target }} ${{ matrix.feature.feature }} -Zbuild-std=${{ matrix.feature.build-std }}
167
167
168
- rdrand :
169
- name : RDRAND
168
+ rdrand-uefi :
169
+ name : RDRAND UEFI
170
170
runs-on : ubuntu-24.04
171
171
strategy :
172
172
matrix :
173
173
target : [
174
174
x86_64-unknown-uefi,
175
- x86_64-unknown-l4re-uclibc,
176
175
i686-unknown-uefi,
177
176
]
178
177
steps :
@@ -184,6 +183,9 @@ jobs:
184
183
- env :
185
184
RUSTFLAGS : -Dwarnings --cfg getrandom_backend="rdrand"
186
185
run : cargo build -Z build-std=core --target=${{ matrix.target }}
186
+ - env :
187
+ RUSTFLAGS : -Dwarnings --cfg getrandom_backend="rdrand"
188
+ run : cargo build -Z build-std=std --target=${{ matrix.target }} --features std
187
189
188
190
rndr :
189
191
name : RNDR
You can’t perform that action at this time.
0 commit comments