mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-05-01 03:00:26 -04:00
* Add icu4c updater exclusion, update llvm, and fix output breaking version check in GitHub runners. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * updater: Package File Update Run on linux/386 container. * updater: Package File Update Run on linux/amd64 container. * updater: Package File Update Run on linux/arm/v7 container. * Add unbuilt llvm21_lib to updater-llvm21_lib-21.1.8 * Adjust llvm downstream version detection puts. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Use same branch for Updater on Demand if branch is not master. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Use resolver to appropriately build order packages passed to updater. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Add ruby_dagwood. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Update llvm21_dev Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Allow versioning as used in the llvm packages. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Add ruby_dagwood to buildessential. Signed-off-by: Satadru Pramanik <satadru@gmail.com> --------- Signed-off-by: Satadru Pramanik <satadru@gmail.com> Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com> Co-authored-by: satmandu <satmandu@users.noreply.github.com>
14 lines
368 B
Ruby
14 lines
368 B
Ruby
require 'buildsystems/ruby'
|
|
|
|
class Ruby_dagwood < RUBY
|
|
description 'Dagwood allows you to create dependency graphs for doing work in series or in parallel, always in the right order.'
|
|
homepage 'https://github.com/rewindio/dagwood'
|
|
version "1.0.0-#{CREW_RUBY_VER}"
|
|
license 'MIT'
|
|
compatibility 'all'
|
|
source_url 'SKIP'
|
|
|
|
conflicts_ok
|
|
no_compile_needed
|
|
end
|