Skip to content

Commit

Permalink
Merge pull request #18312 from Homebrew/cargo-parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
carlocab authored Sep 11, 2024
2 parents d2c443a + a9591c7 commit 0fb4d51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Homebrew/formula.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1795,7 +1795,7 @@ def std_cabal_v2_args
params(root: T.any(String, Pathname), path: T.any(String, Pathname)).returns(T::Array[String])
}
def std_cargo_args(root: prefix, path: ".")
["--locked", "--root=#{root}", "--path=#{path}"]
["--jobs", ENV.make_jobs.to_s, "--locked", "--root=#{root}", "--path=#{path}"]
end

# Standard parameters for CMake builds.
Expand Down

0 comments on commit 0fb4d51

Please sign in to comment.