Skip to content

Commit 1d12f2e

Browse files
committed
maybe fix python build
1 parent 4144b8a commit 1d12f2e

File tree

5 files changed

+11
-82
lines changed

5 files changed

+11
-82
lines changed

pyroscope_cli/Cargo.lock

Lines changed: 7 additions & 78 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyroscope_ffi/python/manylinux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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+
curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain=1.54.0 -y
99
export PATH=~/.cargo/bin:$PATH
1010

1111
# Install libunwind

pyroscope_ffi/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
requires = [
33
"setuptools>=42",
44
"wheel",
5-
"milksnakex @ git+https://github.com/omarabid/milksnakex.git@fe2b61a"
5+
"milksnakex @ git+https://github.com/pyroscope-io/milksnakex.git@0.1.7"
66
]
77
build-backend = "setuptools.build_meta"

pyroscope_ffi/python/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ project_urls =
2828
[options]
2929
packages = find:
3030
install_requires =
31-
milksnakex @ git+https://github.com/omarabid/milksnakex.git@fe2b61a
31+
milksnakex @ git+https://github.com/pyroscope-io/milksnakex.git@0.1.7
3232
include_package_data = True
3333
zip_safe = False

pyroscope_ffi/python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ def find_dylib():
3737
setup(
3838
platforms="any",
3939
milksnake_tasks=[build_native],
40-
setup_requires=["milksnakex @ git+https://github.com/omarabid/milksnakex.git@fe2b61a"],
40+
setup_requires=["milksnakex @ git+https://github.com/pyroscope-io/milksnakex.git@0.1.7"],
4141
)

0 commit comments

Comments
 (0)