Merge pull request #15830 from branchvincent/pip-no-compile
formula: use pip's `--no-compile`
This commit is contained in:
commit
3929bbc1de
@ -1707,7 +1707,7 @@ class Formula
|
|||||||
}
|
}
|
||||||
def std_pip_args(prefix: self.prefix, build_isolation: false)
|
def std_pip_args(prefix: self.prefix, build_isolation: false)
|
||||||
args = ["--verbose", "--no-deps", "--no-binary=:all:", "--ignore-installed",
|
args = ["--verbose", "--no-deps", "--no-binary=:all:", "--ignore-installed",
|
||||||
"--use-feature=no-binary-enable-wheel-cache"]
|
"--use-feature=no-binary-enable-wheel-cache", "--no-compile"]
|
||||||
args << "--prefix=#{prefix}" if prefix
|
args << "--prefix=#{prefix}" if prefix
|
||||||
args << "--no-build-isolation" unless build_isolation
|
args << "--no-build-isolation" unless build_isolation
|
||||||
args
|
args
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user