We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b086b4f commit 498b08eCopy full SHA for 498b08e
1 file changed
docker/install-basic-deps.sh
@@ -2,7 +2,9 @@
2
3
set -e
4
5
-pip3 install --root-user-action=ignore maturin~=1.9 patchelf cffi ziglang sccache>=0.4.0
+export PIP_ROOT_USER_ACTION=ignore
6
+
7
+pip3 install maturin~=1.9 patchelf cffi ziglang sccache>=0.4.0
8
9
curl -o rustup.sh --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs
10
sh rustup.sh -y
0 commit comments