Skip to content

Commit

Permalink
Avoid "rustup" when building cryptography for contrib-pysite // Resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed Mar 15, 2021
1 parent 5b4a78b commit 622a190
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions platformio/package/manager/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,9 @@ def build_contrib_pysite_package(target_dir, with_metadata=True):
fs.rmtree(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
args = [
get_pythonexe_path(),
Expand Down

0 comments on commit 622a190

Please sign in to comment.