@@ -156,7 +156,7 @@ components:
156156 targetPath : /samples/mm1.wav
157157 permissions : read-only
158158 build :
159- - command : cargo component build --no-default-features --features aws
159+ - command : cargo component build --release -- no-default-features --features aws
160160 sources :
161161 - src
162162 - wit-generated
@@ -183,7 +183,7 @@ components:
183183 targetPath : /samples/mm1.wav
184184 permissions : read-only
185185 build :
186- - command : cargo component build --no-default-features --features azure
186+ - command : cargo component build --release -- no-default-features --features azure
187187 sources :
188188 - src
189189 - wit-generated
@@ -210,7 +210,7 @@ components:
210210 targetPath : /samples/mm1.wav
211211 permissions : read-only
212212 build :
213- - command : cargo component build --no-default-features --features deepgram
213+ - command : cargo component build --release -- no-default-features --features deepgram
214214 sources :
215215 - src
216216 - wit-generated
@@ -237,7 +237,7 @@ components:
237237 targetPath : /samples/mm1.wav
238238 permissions : read-only
239239 build :
240- - command : cargo component build --no-default-features --features google
240+ - command : cargo component build --release -- no-default-features --features google
241241 sources :
242242 - src
243243 - wit-generated
@@ -264,7 +264,7 @@ components:
264264 targetPath : /samples/mm1.wav
265265 permissions : read-only
266266 build :
267- - command : cargo component build --no-default-features --features whisper
267+ - command : cargo component build --release -- no-default-features --features whisper
268268 sources :
269269 - src
270270 - wit-generated
0 commit comments