File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ BUILD_ARCH_ARM=manylinux2014_aarch64
66
77.phony : pyroscope_ffi/clean
88pyroscope_ffi/clean :
9- cargo clean
109 make -C pyroscope_ffi/python/ clean
1110 make -C pyroscope_ffi/ruby/ clean
1211
@@ -78,4 +77,4 @@ gem/mac/arm64: pyroscope_ffi/clean
7877 bundle && \
7978 RUST_TARGET=aarch64-apple-darwin rake rbspy_install && \
8079 RUST_TARGET=aarch64-apple-darwin rake thread_id_install && \
81- RUST_TARGET=aarch64-apple-darwin rake arm64_darwin:gem
80+ RUST_TARGET=aarch64-apple-darwin rake arm64_darwin:gem
Original file line number Diff line number Diff line change 66 rm -rf pyroscope_beta.egg-info
77 rm -rf pyroscope_io.egg-info
88 rm -rf .eggs
9- rm -rf lib/target
109
1110.PHONY : build
1211build : clean
Original file line number Diff line number Diff line change 11module Pyroscope
2- VERSION = '0.6.5 ' . freeze
2+ VERSION = '0.6.6 ' . freeze
33end
You can’t perform that action at this time.
0 commit comments