extend/ENV/super: set MATURIN_NO_INSTALL_RUST

This commit is contained in:
Branch Vincent 2025-06-27 21:49:56 -07:00
parent fe4f472c8d
commit ba178a8f10
No known key found for this signature in database

View File

@ -93,6 +93,8 @@ module Superenv
# Prevent Go from automatically downloading a newer toolchain than the one that we have.
# https://tip.golang.org/doc/toolchain
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.
# Currently for hidapi, pyzmq and pynacl
self["HIDAPI_SYSTEM_HIDAPI"] = "1"