Skip to content

Add install step rebuild actions#22513

Open
MikeMcQuaid wants to merge 1 commit into
mainfrom
install-step-rebuild-actions
Open

Add install step rebuild actions#22513
MikeMcQuaid wants to merge 1 commit into
mainfrom
install-step-rebuild-actions

Conversation

@MikeMcQuaid
Copy link
Copy Markdown
Member

  • avoid Ruby-only post_install for common desktop cache rebuilds
  • keep API steps structured instead of serialising raw commands
  • document supported actions and examples for formulae and casks

  • Have you followed the guidelines in our Contributing document?
  • Have you checked to ensure there aren't other open Pull Requests for the same change?
  • Have you added an explanation of what your changes do and why you'd like us to include them? Performance claims (e.g. "this is faster") must include Hyperfine benchmarks.
  • Have you written new tests (excluding integration tests) for your changes? Here's an example.
  • Have you successfully run brew lgtm (style, typechecking and tests) with your changes locally?

  • AI was used to generate or assist with generating this PR.

OpenAI Codex 5.5 xhigh with local review.


@github-code-quality
Copy link
Copy Markdown

github-code-quality Bot commented Jun 2, 2026

Code Coverage Overview

Languages: Ruby

Ruby / code-coverage/simplecov

The overall coverage in the branch is 75%. The coverage in the branch is 78%.

Show a code coverage summary of the most impacted files.
File 53d2800 4079bd0 +/-
cask/info.rb 96% 0% -96%
cask/installer.rb 91% 28% -63%
cask/artifact/a...ct_uninstall.rb 89% 32% -57%
cask/audit.rb 63% 25% -38%
cask/cask_loader.rb 96% 65% -31%
bundle/extensions/flatpak.rb 37% 94% +57%
extend/os/linux/diagnostic.rb 0% 67% +67%
os/linux/elf.rb 0% 86% +86%
extend/os/linux/sandbox.rb 0% 95% +95%
extend/os/linux...ystem_config.rb 0% 99% +99%

Updated June 02, 2026 16:49 UTC
Code Coverage is in Public Preview. Learn more and provide us with your feedback.

@MikeMcQuaid MikeMcQuaid force-pushed the install-step-rebuild-actions branch from 5e12c19 to 70c1ba3 Compare June 2, 2026 14:50
- avoid Ruby-only `post_install` for common desktop cache rebuilds
- keep API steps structured instead of serialising raw commands
- document the stable runtime surface before lint conversions
@MikeMcQuaid MikeMcQuaid force-pushed the install-step-rebuild-actions branch from 70c1ba3 to 4079bd0 Compare June 2, 2026 16:32
@MikeMcQuaid MikeMcQuaid marked this pull request as ready for review June 2, 2026 16:42
Copy link
Copy Markdown
Member

@p-linnane p-linnane left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Much cleaner!

@MikeMcQuaid MikeMcQuaid enabled auto-merge June 2, 2026 16:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants