Commit dd62d63
committed
Do not run protoc tasks in parallel
Otherwise if the format task changes the underlying files, it will make
fail the other tasks.
task: [protoc:breaking-change-detection] buf breaking --against '.git#branch=origin/master,subdir=rpc'
task: [protoc:format] buf format --write --exit-code
task: [protoc:check] buf lint
task: [protoc:compile] buf dep update
Failure: context canceled
Failure: context canceled
Failure: context canceled
exit status 1001 parent 0a116e7 commit dd62d63
1 file changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
231 | | - | |
232 | | - | |
233 | | - | |
234 | | - | |
235 | | - | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
| |||
0 commit comments