We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1b9055 commit 04c66f1Copy full SHA for 04c66f1
docker/install-basic-deps.sh
@@ -2,7 +2,7 @@
2
3
set -e
4
5
-pip3 install --root-user-action maturin~=1.9 patchelf cffi ziglang sccache>=0.4.0
+pip3 install --root-user-action=ignore maturin~=1.9 patchelf cffi ziglang sccache>=0.4.0
6
7
curl -o rustup.sh --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs
8
sh rustup.sh -y
0 commit comments