You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[skip-changelog] Small improvements in Taskfile about protocol buffer generation (#2793)
* 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 100
* Simplified taskfile
* Do not exit with error if `buf format` formats a file
This is the intended behaviour.
0 commit comments