From: Cole Poirier Date: Fri, 24 Jul 2020 20:36:39 +0000 (-0700) Subject: Add missing pia step, cargo install maturin the rust-python build tool X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3e564e266cacb213728d56835c2499c041d5f93f;p=dev-env-setup.git Add missing pia step, cargo install maturin the rust-python build tool --- diff --git a/pia-install b/pia-install index 57f627e..04cb826 100755 --- a/pia-install +++ b/pia-install @@ -15,6 +15,9 @@ then exit fi cd /home/$MYNAME/src +rustup default stable +rustup update +cargo install maturin git clone https://salsa.debian.org/Kazan-team/power-instruction-analyzer.git pia cd pia maturin build --cargo-extra-args=--features=python-extension