elasticmq 1.7.1 (new formula) - #301544
Conversation
|
Thanks for your pull request. This has been closed because it appears to be missing the pull request template, perhaps because this was written by an AI not a human. We require humans to read and fill in these templates. Please edit this pull request to fill in the current pull request template. This workflow will reopen this pull request automatically once the template is complete. Do not open a new pull request for this. |
| bind-port = 9324 | ||
| bind-hostname = "127.0.0.1" | ||
| } | ||
| EOS |
There was a problem hiding this comment.
If upstream does not ship a config file we should not invent one either
| } | ||
| EOS | ||
|
|
||
| pid = spawn bin/"elasticmq" |
There was a problem hiding this comment.
| pid = spawn bin/"elasticmq" | |
| pid = spawn bin/"elasticmq", "-Dconfig.file=#{testpath}/elasticmq.conf" |
|
Thanks for contributing to Homebrew! 馃帀 It looks like you're having trouble with a CI failure. See our contribution guide for help. You may be most interested in the section on dealing with CI failures. You can find the CI logs in the Checks tab of your pull request. |
HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>?brew test <formula>?brew audit --strict <formula>(after doingHOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>)? If this is a new formula, does it passbrew audit --new <formula>?This formula was developed with assistance from GPT-5.6 Sol. I have reviewed it, installed it, and run the following tests:
brew style Formula/e/elasticmq.rb
brew audit --new --strict --formula elasticmq
brew readall --aliases homebrew/core
brew test elasticmq