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 1d12f2e commit 17cba9bCopy full SHA for 17cba9b
pyroscope_ffi/python/manylinux.sh
@@ -5,7 +5,8 @@ set -e
5
yum -y -q install wget gcc libffi-devel openssl-devel
6
7
# Install Rust
8
-curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain=1.54.0 -y
+# TODO build and publish a docker image
9
+curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain=1.62.1 -y
10
export PATH=~/.cargo/bin:$PATH
11
12
# Install libunwind
pyroscope_ffi/ruby/elflib/rbspy/manylinux.sh
-curl https://sh.rustup.rs -sSf | sh -s -- -y
# Build wheels
0 commit comments