mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-06 22:24:12 -05:00
* Refactor and update webkit2gtk_4_1 Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Add arm patch. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Adjust env options Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Add x86_64 build. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Adjust build settings. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Adjust arm build options. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * lint Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Adjust arm build. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * lint Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Adjust g++ in build. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Add cache_build plumbing. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Add NESTED_CI detection plumbing to see if we are running in a container on GitHub Actions. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Adjust download options for cached builds. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Adjust timed kill to kill cmake. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Adjust triggering of cache_build. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Cleanup output. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Update cached build hash verification. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Rubyize #{build_cachefile}.sha256 write. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Adjust documentation of cache_build trigger. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Also kill all ruby processes after finishing cache_build. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Make cached build download info more useful. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Add --regenerate-filelist option. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Fix downloader. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Try newer git commit. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * remove arm patch. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Adjust hash checking for build downloads. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Add message for checksum calculation since that can take a while. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Add cached build restart code block. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Add max build time to build workflow. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * fixup buildsystems Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Set workflow max build time to 5.5 hours. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Indicate architectures for build in build workflow title. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Adjust cached build uploading. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Adjust workflow naming. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Adjust installs after build. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Adjust cached build logic. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * webkit => 2.50.1 Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Adjust zstd options. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Move CREW_CACHE_DIR to /tmp in GitHub Action containers. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Adjust build cache location. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * revert crew const variable changes. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Adjust CREW_KERNEL_VERSION for CI usage. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Exclude @pkg.no_source_build? packages from cached builds. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Always create CREW_CACHE_DIR. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Clean up remnant @extract_dir folders from download command. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Adjust permissions in workflow. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Sync up workflows. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * lint Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Add x86_64 binaries Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Cleanup workflows. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Do not use build cache if package binary exists. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * webkit: Package File Update Run on linux/amd64 container. * webkit: Package File Update Run on linux/arm/v7 container. --------- Signed-off-by: Satadru Pramanik <satadru@gmail.com> Co-authored-by: satmandu <satmandu@users.noreply.github.com>
69 lines
3.2 KiB
Ruby
69 lines
3.2 KiB
Ruby
require_relative '../lib/package'
|
|
|
|
class Command
|
|
def self.prop(property)
|
|
case property
|
|
when 'arch_flags_override'
|
|
puts "Use the 'arch_flags_override' property to override architecture specific flags."
|
|
when 'cache_build'
|
|
puts "The 'cache_build' property caches build tree artifacts to checkpoint builds."
|
|
when 'conflicts_ok'
|
|
puts "The 'conflicts_ok' property bypasses checks for other package file conflicts."
|
|
when 'git_clone_deep'
|
|
puts "The 'git_clone_deep' property clones the repository without a depth value."
|
|
puts "Applicable only when 'source_url' is a git repository."
|
|
when 'git_fetchtags'
|
|
puts "The 'git_fetchtags' property gets the repository tags."
|
|
puts "Applicable only when 'source_url' is a git repository."
|
|
when 'gnome'
|
|
puts "Use the 'gnome' property to include options for gnome specific packages."
|
|
when 'is_fake'
|
|
puts "Use the 'is_fake' property for packages that simply depend on other packages."
|
|
when 'is_musl'
|
|
puts "Use the 'is_musl' property for musl specific packages."
|
|
when 'is_static'
|
|
puts "Use the 'is_static' property for packages which do not require shared dependencies."
|
|
when 'no_compile_needed'
|
|
puts "Use the 'no_compile_needed' property for packages that do not require pre-built binaries."
|
|
when 'no_compress'
|
|
puts "Use the 'no_compress' property for packages that do not need compressed files."
|
|
when 'no_env_options'
|
|
puts "Use the 'no_env_options' property for packages that do not require"
|
|
puts 'environment options or to override the default options.'
|
|
when 'no_fhs'
|
|
puts "The 'no_fhs' property bypasses FHS3 compliance checks."
|
|
when 'no_git_submodules'
|
|
puts "Use the 'no_git_submodules' property for repositories without git submodules."
|
|
puts "Applicable only when 'source_url' is a git repository."
|
|
when 'no_links'
|
|
puts "Use the 'no_links' property to bypass checks for duplicate links."
|
|
when 'no_lto'
|
|
puts "Use the 'no_lto' property to bypass lto usage."
|
|
when 'no_patchelf'
|
|
puts "Use the 'no_patchelf' property to bypass patchelf execution."
|
|
when 'no_shrink'
|
|
puts "Use the 'no_shrink' property to bypass upx binary compression."
|
|
when 'no_source_build'
|
|
puts "Use the 'no_source_build' property to build even if source is unspecified or unavailable."
|
|
when 'no_strip'
|
|
puts "Use the 'no_strip' property to bypass strip execution."
|
|
when 'no_upstream_update'
|
|
puts "Use the 'no_upstream_update' property for packages that cannot be updated from an upstream repository."
|
|
when 'no_zstd'
|
|
puts "Use the 'no_zstd' property for the alternate xz compression algorithm."
|
|
when 'patchelf'
|
|
puts "Use the 'patchelf' property for patchelf execution."
|
|
when 'print_source_bashrc'
|
|
puts "Prints 'source ~/.bashrc' message at end of install."
|
|
when 'run_tests'
|
|
puts "Use the 'run_tests' property to execute make check tests."
|
|
else
|
|
puts <<~EOT
|
|
Explain the purpose of various package boolean properties.
|
|
Usage: crew prop <property>
|
|
Available properties: #{Package.available_boolean_properties.join(', ')}
|
|
EOT
|
|
end
|
|
end
|
|
end
|