-
-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
tigerbeetle 0.16.27 (new formula) #204889
base: master
Are you sure you want to change the base?
Conversation
8249259
to
3a2ad5b
Compare
I have found a discussion here, Maybe we need some fix for |
5f6e225
to
4c52c69
Compare
4c52c69
to
d0342da
Compare
d0342da
to
5e677fb
Compare
5e677fb
to
4d49f7c
Compare
4d49f7c
to
3f169ef
Compare
--prefix #{prefix} | ||
-Drelease | ||
-Dconfig-release=#{version} | ||
-Dconfig-release-client-min=0.15.3 |
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.
Where does this come from?
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.
Just the release notes at the moment. I'm not sure we can do anything to collect it systematically - it seems to be used to keep track of breaking changes - is required to be passed when config-release
is set.
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
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>
?