@@ -137,35 +137,35 @@ jobs:
137
137
with :
138
138
use-cross : false
139
139
command : build
140
- args : --target=${{ matrix.target }} --example pktgen --features stm32f429
140
+ args : --release -- target=${{ matrix.target }} --example pktgen --features stm32f429
141
141
142
142
- name : cargo build f4 example ip
143
143
uses : actions-rs/cargo@v1
144
144
with :
145
145
use-cross : false
146
146
command : build
147
- args : --target=${{ matrix.target }} --example ip --features stm32f429,smoltcp-phy,log,smoltcp/socket-tcp,smoltcp/socket-icmp,smoltcp/log,smoltcp/verbose
147
+ args : --release -- target=${{ matrix.target }} --example ip --features stm32f429,smoltcp-phy,log,smoltcp/socket-tcp,smoltcp/socket-icmp,smoltcp/log,smoltcp/verbose
148
148
149
149
- name : cargo build f4 example arp
150
150
uses : actions-rs/cargo@v1
151
151
with :
152
152
use-cross : false
153
153
command : build
154
- args : --target=${{ matrix.target }} --example arp --features stm32f407
154
+ args : --release -- target=${{ matrix.target }} --example arp --features stm32f407
155
155
156
156
- name : cargo build f4 example arp-smoltcp
157
157
uses : actions-rs/cargo@v1
158
158
with :
159
159
use-cross : false
160
160
command : build
161
- args : --target=${{ matrix.target }} --example arp-smoltcp --features stm32f407,smoltcp-phy,smoltcp/socket-icmp
161
+ args : --release -- target=${{ matrix.target }} --example arp-smoltcp --features stm32f407,smoltcp-phy,smoltcp/socket-icmp
162
162
163
163
- name : cargo build f1 example ip
164
164
uses : actions-rs/cargo@v1
165
165
with :
166
166
use-cross : false
167
167
command : build
168
- args : --target=${{ matrix.target }} --example ip-f107 --features stm32f107,smoltcp-phy,log,smoltcp/socket-tcp,smoltcp/socket-icmp,smoltcp/log,smoltcp/verbose
168
+ args : --release -- target=${{ matrix.target }} --example ip-f107 --features stm32f107,smoltcp-phy,log,smoltcp/socket-tcp,smoltcp/socket-icmp,smoltcp/log,smoltcp/verbose
169
169
170
170
rtic-echo-example :
171
171
name : rtic-echo example
0 commit comments