Skip to content

Commit 551d8b8

Browse files
committed
wip: remove ext files
1 parent d98dd5a commit 551d8b8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyroscope_ffi/ruby/Rakefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ namespace :x86_64_darwin do
3434
spec.platform = 'x86_64-darwin'
3535
spec.files += FileList['lib/rbspy/rbspy.*']
3636
spec.files += FileList['lib/thread_id/thread_id.*']
37+
spec.extensions = []
3738

3839
Gem::PackageTask.new(spec) do |pkg|
3940
end
@@ -44,6 +45,7 @@ namespace :arm64_darwin do
4445
spec.platform = 'arm64-darwin'
4546
spec.files += FileList['lib/rbspy/rbspy.*']
4647
spec.files += FileList['lib/thread_id/thread_id.*']
48+
spec.extensions = []
4749

4850
Gem::PackageTask.new(spec) do |pkg|
4951
end
@@ -54,6 +56,7 @@ namespace :x86_64_linux do
5456
spec.platform = 'x86_64-linux'
5557
spec.files += FileList['lib/rbspy/rbspy.*']
5658
spec.files += FileList['lib/thread_id/thread_id.*']
59+
spec.extensions = []
5760

5861
Gem::PackageTask.new(spec) do |pkg|
5962
end
@@ -64,6 +67,7 @@ namespace :aarch64_linux do
6467
spec.platform = 'aarch64-linux'
6568
spec.files += FileList['lib/rbspy/rbspy.*']
6669
spec.files += FileList['lib/thread_id/thread_id.*']
70+
spec.extensions = []
6771

6872
Gem::PackageTask.new(spec) do |pkg|
6973
end

0 commit comments

Comments
 (0)