mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
Merge pull request #20191 from branchvincent/maturin
extend/ENV/super: set `MATURIN_NO_INSTALL_RUST`
This commit is contained in:
commit
52d66f206a
@ -93,6 +93,8 @@ module Superenv
|
|||||||
# Prevent Go from automatically downloading a newer toolchain than the one that we have.
|
# Prevent Go from automatically downloading a newer toolchain than the one that we have.
|
||||||
# https://tip.golang.org/doc/toolchain
|
# https://tip.golang.org/doc/toolchain
|
||||||
self["GOTOOLCHAIN"] = "local"
|
self["GOTOOLCHAIN"] = "local"
|
||||||
|
# Prevent maturin from automatically downloading its own rust
|
||||||
|
self["MATURIN_NO_INSTALL_RUST"] = "1"
|
||||||
# Prevent Python packages from using bundled libraries by default.
|
# Prevent Python packages from using bundled libraries by default.
|
||||||
# Currently for hidapi, pyzmq and pynacl
|
# Currently for hidapi, pyzmq and pynacl
|
||||||
self["HIDAPI_SYSTEM_HIDAPI"] = "1"
|
self["HIDAPI_SYSTEM_HIDAPI"] = "1"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user