Skip to content

Commit

Permalink
build: arm build requires rust
Browse files Browse the repository at this point in the history
  • Loading branch information
ivelin committed Sep 1, 2021
1 parent a19ace6 commit 0a6a9e9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build/install_requirements.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ then

# Enable python wheels for rpi
sudo cp raspberrypi.pip.conf /etc/pip.conf

# install rust as it is required to build python packages that are not available as binary pip packages
# for example orjson
curl https://sh.rustup.rs -sSf | sh

fi

Expand Down

0 comments on commit 0a6a9e9

Please sign in to comment.