Skip to content

Commit 17cba9b

Browse files
committed
maybe fix build again
1 parent 1d12f2e commit 17cba9b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

pyroscope_ffi/python/manylinux.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ set -e
55
yum -y -q install wget gcc libffi-devel openssl-devel
66

77
# Install Rust
8-
curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain=1.54.0 -y
8+
# TODO build and publish a docker image
9+
curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain=1.62.1 -y
910
export PATH=~/.cargo/bin:$PATH
1011

1112
# Install libunwind

pyroscope_ffi/ruby/elflib/rbspy/manylinux.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ set -e
55
yum -y -q install wget gcc libffi-devel openssl-devel
66

77
# Install Rust
8-
curl https://sh.rustup.rs -sSf | sh -s -- -y
8+
# TODO build and publish a docker image
9+
curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain=1.62.1 -y
910
export PATH=~/.cargo/bin:$PATH
1011

1112
# Build wheels

0 commit comments

Comments
 (0)