Skip to content

Commit bffff91

Browse files
authored
Merge pull request #2844 from ksss/drop-valgrind
Drop valgrind
2 parents 1fa295e + d618ad4 commit bffff91

File tree

5 files changed

+0
-61
lines changed

5 files changed

+0
-61
lines changed

.github/workflows/valgrind.yml

Lines changed: 0 additions & 40 deletions
This file was deleted.

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ group :profilers do
3838
gem 'stackprof'
3939
gem 'memory_profiler'
4040
gem 'benchmark-ips'
41-
gem "ruby_memcheck", platform: :ruby
4241
end
4342

4443
# Test gems

Gemfile.lock

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ GEM
9292
logger (1.7.0)
9393
marcel (1.1.0)
9494
memory_profiler (1.1.0)
95-
mini_portile2 (2.8.9)
9695
minitest (6.0.1)
9796
prism (~> 1.5)
9897
minitest-mock (5.27.0)
@@ -102,9 +101,6 @@ GEM
102101
net-smtp (0.5.1)
103102
net-protocol
104103
nkf (0.2.0)
105-
nokogiri (1.19.0)
106-
mini_portile2 (~> 2.8.2)
107-
racc (~> 1.4)
108104
ostruct (0.6.3)
109105
parallel (1.27.0)
110106
parser (3.3.10.1)
@@ -173,8 +169,6 @@ GEM
173169
lint_roller (~> 1.1)
174170
rubocop (~> 1.72, >= 1.72.1)
175171
ruby-progressbar (1.13.0)
176-
ruby_memcheck (3.0.1)
177-
nokogiri
178172
securerandom (0.4.1)
179173
stackprof (0.2.27)
180174
stringio (3.2.0)
@@ -231,7 +225,6 @@ DEPENDENCIES
231225
rubocop
232226
rubocop-on-rbs
233227
rubocop-rubycw
234-
ruby_memcheck
235228
stackprof
236229
steep!
237230
tempfile

Rakefile

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -35,18 +35,6 @@ end
3535

3636
Rake::TestTask.new(test: :compile, &test_config)
3737

38-
unless Gem.win_platform?
39-
begin
40-
require "ruby_memcheck"
41-
42-
namespace :test do
43-
RubyMemcheck::TestTask.new(valgrind: :compile, &test_config)
44-
end
45-
rescue LoadError => exn
46-
STDERR.puts "🚨🚨🚨🚨 Skipping RubyMemcheck: #{exn.inspect} 🚨🚨🚨🚨"
47-
end
48-
end
49-
5038
multitask :default => [:test, :stdlib_test, :typecheck_test, :rubocop, :validate, :test_doc]
5139

5240
task :lexer do

test/rbs_skip_tests_valgrind

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)