Skip to content

Conversation

@indirect
Copy link
Contributor

  • Have you followed the guidelines for contributing?
  • Have you ensured that your commits follow the commit style guide?
  • Have you checked that there aren't other open pull requests for the same formula update/change?
  • Have you built your formula locally with HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>, where <formula> is the name of the formula you're submitting?
  • Is your test running fine brew test <formula>, where <formula> is the name of the formula you're submitting?
  • Does your build pass brew audit --strict <formula> (after doing HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>)? If this is a new formula, does it pass brew audit --new <formula>?

@github-actions github-actions bot added autosquash Automatically squash pull request commits according to Homebrew style. rust Rust use is a significant feature of the PR or issue labels Dec 10, 2025
@bevanjkay
Copy link
Member

Please squash your commits into one commit.

@indirect indirect force-pushed the rv-remove-openssl branch 2 times, most recently from f49e934 to 0344c56 Compare December 10, 2025 19:14
@github-actions github-actions bot removed the autosquash Automatically squash pull request commits according to Homebrew style. label Dec 10, 2025
@indirect
Copy link
Contributor Author

Done.

FYI, it's confusing that the commit style guide says both "If you can’t summarise it in 50 to 80 characters, you’re probably trying to commit two commits as one." and also says "Please squash your commits into one". I'm happy to do either, but it doesn't really seem possible to do both at the same time.

rv no longer depends on openssl, as a side effect of a pull request
adding support for arch linux. that means we can remove this dependency.

also remove install command. now that the run command automatically
installs missing ruby versions, we don't need to explicitly install
anything for the last command to succeed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

rust Rust use is a significant feature of the PR or issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants