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 0df5288 commit e1a3b10Copy full SHA for e1a3b10
1 file changed
versions-strings-for-builder.rb
@@ -5,7 +5,7 @@
5
ONLY_LATEST_PATCH = ENV['ONLY_LATEST_PATCH']
6
7
def filter(versions)
8
- versions -= %w[head]
+ versions -= %w[head debug asan asan-release 3.5.0-preview1]
9
if ONLY_LATEST_PATCH
10
versions = versions.group_by { |v| v[/^\d+\.\d+/] }.map { _2.last }
11
end
@@ -29,5 +29,7 @@ def filter(versions)
29
30
puts
31
puts filter(versions[:jruby]).map { |v| "jruby-#{v}" }.join(', ')
32
+
33
+puts
34
puts "For Windows:"
35
puts filter(versions[:jruby]).join(', ')
0 commit comments