AutoBuild: gem started at 2025-04-16-16UTC (#11724)

* Gem logic and version updates.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Use Time.new in progress_bar

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* WIP time issue

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* bump buildessential version

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* require time for progress_bar

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Try to fix time...

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* time debug

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Avoid conflict with progressbar gem.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Remove debug code

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Use CamelCase

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

---------

Signed-off-by: Satadru Pramanik <satadru@gmail.com>
Co-authored-by: Satadru Pramanik <satadru@gmail.com>
This commit is contained in:
github-actions[bot]
2025-04-16 13:25:15 -05:00
committed by GitHub
parent 456d16e80b
commit 1180b81ce4
13 changed files with 28 additions and 13 deletions

View File

@@ -129,7 +129,7 @@ def http_downloader(uri, filename = File.basename(url), verbose: false)
downloaded_size = 0.0
# initialize progress bar
progress_bar = ProgressBar.new(file_size)
progress_bar = ChromebrewProgressBar.new(file_size)
if verbose
warn <<~EOT