Skip to content

Commit 51aeb98

Browse files
prepare ruby 0.6.6
1 parent 10ac9e8 commit 51aeb98

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

ffi.mk

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ BUILD_ARCH_ARM=manylinux2014_aarch64
66

77
.phony: pyroscope_ffi/clean
88
pyroscope_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

pyroscope_ffi/python/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ clean:
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
1211
build: clean
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Pyroscope
2-
VERSION = '0.6.5'.freeze
2+
VERSION = '0.6.6'.freeze
33
end

0 commit comments

Comments
 (0)