File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 27
27
sudo apt-get update
28
28
sudo apt-get install libusb-1.0-0-dev libudev-dev
29
29
30
+ - name : Allow `incomplete_features`
31
+ run : |
32
+ echo "RUSTFLAGS=-A incomplete_features" >> $GITHUB_ENV
33
+
30
34
- name : Exclude crates
31
35
run : |
32
36
# Example crates will fail to compile unless an appropriate target
85
89
rustup target add thumbv6m-none-eabi thumbv7em-none-eabihf
86
90
rustup target add armv7a-none-eabi
87
91
92
+ - name : Allow `incomplete_features`
93
+ run : |
94
+ echo "RUSTFLAGS=-A incomplete_features" >> $GITHUB_ENV
95
+
88
96
- name : Build examples
89
97
shell : bash
90
98
run : |
@@ -129,6 +137,10 @@ jobs:
129
137
if : " !startsWith(matrix.os, 'ubuntu-')"
130
138
run : echo "testflags=--test-threads=1" >> $GITHUB_ENV
131
139
140
+ - name : Allow `incomplete_features`
141
+ run : |
142
+ echo "RUSTFLAGS=-A incomplete_features" >> $GITHUB_ENV
143
+
132
144
- name : Exclude crates
133
145
shell : bash
134
146
run : |
@@ -171,6 +183,10 @@ jobs:
171
183
sudo apt-get update
172
184
sudo apt-get install libusb-1.0-0-dev libudev-dev
173
185
186
+ - name : Allow `incomplete_features`
187
+ run : |
188
+ echo "RUSTFLAGS=-A incomplete_features" >> $GITHUB_ENV
189
+
174
190
- name : Convert feature list to Cargo parameter
175
191
run : |
176
192
features='${{ matrix.features }}'
You can’t perform that action at this time.
0 commit comments