From f92bde1894fc66b803f6415f2b808494e76e9ffc Mon Sep 17 00:00:00 2001 From: Antonio Ojea Date: Thu, 28 Nov 2024 18:11:23 +0000 Subject: [PATCH] parallalize the apidiff dump --- hack/apidiff.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hack/apidiff.sh b/hack/apidiff.sh index aa95b22c461..b4ced21f61e 100755 --- a/hack/apidiff.sh +++ b/hack/apidiff.sh @@ -158,8 +158,9 @@ run () { ( cd "${d}" apidiff -m -w "${out}/$(output_name "${d}")" . - ) + ) & done + wait } # inWorktree checks out a specific revision, then invokes the given