Skip to content

Commit 871bf81

Browse files
committed
fix(CI): Another Windows fix. I don't understand what was the puprose of the commented out code, but it breaks Windows.
1 parent 9301c76 commit 871bf81

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/gem_installation.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ def run_gem_installation_test(gem_bin, gem_module)
1111

1212
if gem_bin == 'codetracer-ruby-recorder'
1313
system('just', 'build-extension', exception: true)
14-
dlext = RbConfig::CONFIG['DLEXT']
15-
ext_path = File.join(gem_dir, 'ext', 'native_tracer', 'target', 'release', "codetracer_ruby_recorder.#{dlext}")
16-
FileUtils.rm_f(ext_path)
14+
###WHY?!?!?! dlext = RbConfig::CONFIG['DLEXT']
15+
###WHY?!?!?! ext_path = File.join(gem_dir, 'ext', 'native_tracer', 'target', 'release', "codetracer_ruby_recorder.#{dlext}")
16+
###WHY?!?!?! FileUtils.rm_f(ext_path)
1717
end
1818

1919
Dir.mktmpdir('gemhome') do |gem_home|

0 commit comments

Comments
 (0)