mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 10:07:14 +02:00
Avoid "rustup" when building cryptography for contrib-pysite // Resolve #3865
This commit is contained in:
@ -137,6 +137,9 @@ def build_contrib_pysite_package(target_dir, with_metadata=True):
|
|||||||
fs.rmtree(target_dir)
|
fs.rmtree(target_dir)
|
||||||
os.makedirs(target_dir)
|
os.makedirs(target_dir)
|
||||||
|
|
||||||
|
# issue 3865: There is no "rustup" in "Raspbian GNU/Linux 10 (buster)"
|
||||||
|
os.environ["CRYPTOGRAPHY_DONT_BUILD_RUST"] = "1"
|
||||||
|
|
||||||
# build dependencies
|
# build dependencies
|
||||||
args = [
|
args = [
|
||||||
get_pythonexe_path(),
|
get_pythonexe_path(),
|
||||||
|
Reference in New Issue
Block a user