-
-
Notifications
You must be signed in to change notification settings - Fork 12.5k
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
dpcmd: Include the config file for the program to work #197671
Conversation
Oh, the maintainer had just created a new release, should I update it in this same pull request? Or should I create another one for it? |
Just update it here, I think. You can just amend your existing commit for it. |
18507e3
to
90329a2
Compare
7a7ac8e
to
2e2e8bf
Compare
When would the bottles be rebuilt? Do I have to do anything? |
@superjeng1 It will be done automatically after the review :) |
Can someone please review the changes? Thanks! |
Also, include the config file for it to work: - dpcmd requires the `ChipInfoDb.dedicfg` file to function properly. - Bumped dpcmd version to V1.14.21 for macOS compatibility.
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!
Looks like all tests has passed, please go ahead with the merge. Thanks! |
🤖 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>
?This file is required for the program to actually work, so I added it in.
On macOS, it would require this pull request to work. It was already merged, but the maintainer has not made a release since then. But this should still be added in.