Add no_compile_needed to all ruby_packages (#9301)

This commit is contained in:
Satadru Pramanik, DO, MPH, MEng
2024-02-10 06:24:18 -05:00
committed by GitHub
parent 19d9644930
commit 9d192cf5b4
7 changed files with 11 additions and 0 deletions

View File

@@ -7,4 +7,6 @@ class Ruby_asciidoctor < RUBY
license 'MIT'
compatibility 'all'
source_url 'SKIP'
no_compile_needed
end

View File

@@ -9,4 +9,5 @@ class Ruby_concurrent_ruby < RUBY
source_url 'SKIP'
conflicts_ok
no_compile_needed
end

View File

@@ -7,4 +7,6 @@ class Ruby_docopt < RUBY
license 'MIT'
compatibility 'all'
source_url 'SKIP'
no_compile_needed
end

View File

@@ -9,4 +9,5 @@ class Ruby_mdl < RUBY
source_url 'SKIP'
conflicts_ok
no_compile_needed
end

View File

@@ -16,6 +16,7 @@ class Ruby_rubocop < RUBY
depends_on 'xdg_base'
conflicts_ok
no_compile_needed
no_fhs
ruby_install_extras <<~EOF

View File

@@ -7,4 +7,6 @@ class Ruby_webrick < RUBY
license 'BSD-2'
compatibility 'all'
source_url 'SKIP'
no_compile_needed
end

View File

@@ -7,4 +7,6 @@ class Ruby_yaml_lint < RUBY
license 'MIT'
compatibility 'all'
source_url 'SKIP'
no_compile_needed
end