We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ede413 commit 1b0b1b3Copy full SHA for 1b0b1b3
tool/docker.rb
@@ -241,6 +241,7 @@ def docker(*args)
241
242
%w[:command_line :security :language :core :library :capi :library_cext :truffle :truffle_capi].each do |set|
243
t_config = c.empty? ? '' : '-T' + c
244
+ t_config << ' -T--experimental-options -T--pattern-matching'
245
t_excludes = excludes.map { |e| '--excl-tag ' + e }.join(' ')
246
lines << "RUN ruby spec/mspec/bin/mspec -t #{ruby_bin}/ruby #{t_config} #{t_excludes} #{set}"
247
end
0 commit comments