Skip to content

Commit d3817c3

Browse files
committed
maybe fix build
1 parent 130be8a commit d3817c3

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

pyroscope_ffi/python/Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ clean:
1010
build: clean
1111
python -m build --wheel
1212

13+
14+
.PHONY: bdist_wheel
15+
bdist_wheel: clean
16+
python setup.py bdist_wheel
17+
1318
.PHONY: install
1419
install: build
1520
pip install --force-reinstall dist/*.whl

pyroscope_ffi/python/manylinux.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ make install
1919
cd ..
2020

2121
# Build wheels
22+
# todo this one is deprecated, use "build" package
2223
/opt/python/cp37-cp37m/bin/python setup.py bdist_wheel
2324

2425
# Audit wheels

pyroscope_ffi/python/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,5 @@ def find_dylib():
3737
setup(
3838
platforms="any",
3939
milksnake_tasks=[build_native],
40+
setup_requires=["pyromilksnakex==0.1.8"],
4041
)

0 commit comments

Comments
 (0)