From a4e4e3b1f1bd66ce9121c0ba2a1926e2459106dc Mon Sep 17 00:00:00 2001 From: David Rodriguez Date: Wed, 31 Jan 2024 14:20:35 +0100 Subject: [rubygems/rubygems] Add missing Windows job Specs that use extension gems were failing in the new job but I noticed that they were using very non standard `extconf.rb` files. The hack being removed here was added just to make specs pass when run in ruby-core but it seems the underlying issue has been fixed now, and it's causing issues with Ruby 3.3 and Windows, so necessary so I'm removing it and moving on. https://github.com/rubygems/rubygems/commit/5b78275f0e --- spec/bundler/support/builders.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'spec/bundler/support/builders.rb') diff --git a/spec/bundler/support/builders.rb b/spec/bundler/support/builders.rb index 68e3bd7c7b..8727b9a0b6 100644 --- a/spec/bundler/support/builders.rb +++ b/spec/bundler/support/builders.rb @@ -494,8 +494,6 @@ module Spec write "ext/extconf.rb", <<-RUBY require "mkmf" - $extout = "$(topdir)/" + RbConfig::CONFIG["EXTOUT"] - extension_name = "#{name}_c" if extra_lib_dir = with_config("ext-lib") # add extra libpath if --with-ext-lib is -- cgit v1.2.3