Merge pull request #16701 from Homebrew/remove-deparallelize-creator

formula_creator: remove `ENV.deparallelize` suggestion
This commit is contained in:
Mike McQuaid 2024-02-19 16:25:22 +00:00 committed by GitHub
commit e258bab0f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -162,7 +162,6 @@ module Homebrew
system "cmake", "--build", "build"
system "cmake", "--install", "build"
<% elsif @mode == :autotools %>
# ENV.deparallelize # if your formula fails when building in parallel
# Remove unrecognized options if they cause configure to fail
# https://rubydoc.brew.sh/Formula.html#std_configure_args-instance_method
system "./configure", "--disable-silent-rules", *std_configure_args