raulcd commented on PR #50254: URL: https://github.com/apache/arrow/pull/50254#issuecomment-4798412360
@kou based on: https://docs.brew.sh/Manpage the `--jobs` flag: > --jobs > > Run up to this many formula installations in parallel. Defaults to 1 (sequential). Use auto for the number of CPU cores (max 4). That documentation seems outdated and it seems to fail related to this change of default behavior on brew: - https://github.com/Homebrew/brew/pull/22545 Applying `--jobs 1` seems to fix the issue, what do you think, should I apply this on the other places where we do `brew bundle --file...`? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
