File tree 1 file changed +4
-11
lines changed
1 file changed +4
-11
lines changed Original file line number Diff line number Diff line change @@ -157,21 +157,14 @@ jobs:
157
157
toolchain : nightly
158
158
components : rust-src
159
159
override : true
160
- - name : Cache cargo plugins
161
- uses : actions/cache@v1
162
- with :
163
- path : ~/.cargo/bin/
164
- key : ${{ runner.os }}-cargo-plugins
165
- - name : Install xbuild
166
- run : cargo install cargo-xbuild || true
167
160
- name : UEFI
168
- run : cargo xbuild -- features=rdrand --target x86_64-unknown-uefi
161
+ run : cargo build -Z build-std=core -- features=rdrand --target= x86_64-unknown-uefi
169
162
- name : Hermit
170
- run : cargo xbuild -- features=rdrand --target x86_64-unknown-hermit
163
+ run : cargo build -Z build-std=core -- features=rdrand --target= x86_64-unknown-hermit
171
164
- name : L4Re
172
- run : cargo xbuild -- features=rdrand --target x86_64-unknown-l4re-uclibc
165
+ run : cargo build -Z build-std=core -- features=rdrand --target= x86_64-unknown-l4re-uclibc
173
166
- name : VxWorks
174
- run : cargo xbuild -- features=rdrand --target x86_64-wrs-vxworks
167
+ run : cargo build -Z build-std=core -- features=rdrand --target= x86_64-wrs-vxworks
175
168
176
169
clippy-fmt :
177
170
name : Clippy + rustfmt
You can’t perform that action at this time.
0 commit comments