-
-
Notifications
You must be signed in to change notification settings - Fork 12.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dwarfs 0.10.1 (new formula) #181569
dwarfs 0.10.1 (new formula) #181569
Conversation
7957711
to
5a731a8
Compare
5a731a8
to
3919228
Compare
Hi @chenrui333, quick question: I'm seeing
I didn't see that when running The two formulae I've seen that actually Besides all that, the latest Any suggestions? Thanks! :) [1] And the way it's done in these formulae is probably not even fully correct; in principle, rather than fetching the sources for a random version of Apple's libarchive, you'd probably have to determine which binary version is installed and then fetch the matching sources tag. I don't think this is a viable solution. |
you can treat that as warming rather than a hard failure. |
8ad0c7b
to
4723c5b
Compare
It's actually a hard failure if I remove my change in |
The previous CI run that included the allowlist change was successful: https://github.com/Homebrew/homebrew-core/actions/runs/10440641636 |
that is audit failure, not hard failure. |
I'm confused. Why does it fail the CI workflow then? Anything I need to do or is this PR good for review? |
if you search I think the PR is good for review. |
I actually did and the first and second hit both suggest adding the package to the allowlist, hence my previous attempt to do just that. :) |
You obviously have vastly more experience with Homebrew than I do, so this is just my gut feeling and not meant to criticize:
If you have any pointers to the rationale behind this it would be highly appreciated. I've done a fair bit of searching, but I'm coming to different conclusions based on what I've found. |
I dont think it is wrong, we did catch some before
Ideally, we all like green builds, but it is not always the case |
I would suggest you take a look at the PRs in this repo, |
So how will this PR make progress now? Is there anything needed from my side? |
5b135c5
to
6a54408
Compare
6a54408
to
be26b86
Compare
be26b86
to
37c2d2c
Compare
37c2d2c
to
ac5ea79
Compare
Not gonna complain, but why did the build suddenly turn green despite the formula still depending on |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, just one last suggestion.
ac5ea79
to
f9e944d
Compare
🤖 An automated task has requested bottles to be published to this PR. |
HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>
, where<formula>
is the name of the formula you're submitting?brew test <formula>
, where<formula>
is the name of the formula you're submitting?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>
?