mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
Add no_compile_needed to all ruby_packages (#9301)
This commit is contained in:
committed by
GitHub
parent
19d9644930
commit
9d192cf5b4
@@ -7,4 +7,6 @@ class Ruby_asciidoctor < RUBY
|
||||
license 'MIT'
|
||||
compatibility 'all'
|
||||
source_url 'SKIP'
|
||||
|
||||
no_compile_needed
|
||||
end
|
||||
|
||||
@@ -9,4 +9,5 @@ class Ruby_concurrent_ruby < RUBY
|
||||
source_url 'SKIP'
|
||||
|
||||
conflicts_ok
|
||||
no_compile_needed
|
||||
end
|
||||
|
||||
@@ -7,4 +7,6 @@ class Ruby_docopt < RUBY
|
||||
license 'MIT'
|
||||
compatibility 'all'
|
||||
source_url 'SKIP'
|
||||
|
||||
no_compile_needed
|
||||
end
|
||||
|
||||
@@ -9,4 +9,5 @@ class Ruby_mdl < RUBY
|
||||
source_url 'SKIP'
|
||||
|
||||
conflicts_ok
|
||||
no_compile_needed
|
||||
end
|
||||
|
||||
@@ -16,6 +16,7 @@ class Ruby_rubocop < RUBY
|
||||
depends_on 'xdg_base'
|
||||
|
||||
conflicts_ok
|
||||
no_compile_needed
|
||||
no_fhs
|
||||
|
||||
ruby_install_extras <<~EOF
|
||||
|
||||
@@ -7,4 +7,6 @@ class Ruby_webrick < RUBY
|
||||
license 'BSD-2'
|
||||
compatibility 'all'
|
||||
source_url 'SKIP'
|
||||
|
||||
no_compile_needed
|
||||
end
|
||||
|
||||
@@ -7,4 +7,6 @@ class Ruby_yaml_lint < RUBY
|
||||
license 'MIT'
|
||||
compatibility 'all'
|
||||
source_url 'SKIP'
|
||||
|
||||
no_compile_needed
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user