Skip to content

Commit 97ce2e0

Browse files
committed
fix(ruby): add missing libs for aarch64 linux
1 parent 0f147d8 commit 97ce2e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyroscope_ffi/ruby/Rakefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ namespace :aarch64_linux do
6767
spec = Bundler.load_gemspec('pyroscope.gemspec')
6868
spec.platform = 'aarch64-linux'
6969
spec.files += FileList['lib/rbspy/rbspy.*']
70+
spec.files += FileList['lib/rbspy.libs/*']
7071
spec.files += FileList['lib/thread_id/thread_id.*']
7172
spec.extensions = []
7273

0 commit comments

Comments
 (0)