-
-
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
libunicode 0.6.0 (new formula) #198782
Merged
Merged
libunicode 0.6.0 (new formula) #198782
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
chenrui333
added
new formula
PR adds a new formula to Homebrew/homebrew-core
autobump
labels
Nov 24, 2024
github-actions
bot
added
the
automerge-skip
`brew pr-automerge` will skip this pull request
label
Nov 24, 2024
chenrui333
force-pushed
the
libunicode
branch
2 times, most recently
from
November 24, 2024 01:01
d797bce
to
6bda481
Compare
chenrui333
added
the
CI-no-fail-fast
Continue CI tests despite failing GitHub Actions matrix builds.
label
Nov 24, 2024
chenrui333
force-pushed
the
libunicode
branch
2 times, most recently
from
November 24, 2024 02:40
f476ac3
to
7371da8
Compare
does not build with system gcc, so adding gcc linux dependency. |
chenrui333
force-pushed
the
libunicode
branch
2 times, most recently
from
November 24, 2024 04:55
2ffb90a
to
32aa105
Compare
daeho-ro
approved these changes
Nov 24, 2024
MikeMcQuaid
approved these changes
Nov 25, 2024
carlocab
reviewed
Nov 25, 2024
MikeMcQuaid
reviewed
Nov 25, 2024
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.
Moving back to comment based on @carlocab's comment.
carlocab
reviewed
Nov 25, 2024
chenrui333
force-pushed
the
libunicode
branch
from
December 1, 2024 05:01
32aa105
to
eaf55ff
Compare
Signed-off-by: Rui Chen <[email protected]>
chenrui333
force-pushed
the
libunicode
branch
from
December 1, 2024 18:15
eaf55ff
to
ff6ea1b
Compare
daeho-ro
approved these changes
Dec 2, 2024
p-linnane
removed
the
automerge-skip
`brew pr-automerge` will skip this pull request
label
Dec 2, 2024
p-linnane
approved these changes
Dec 2, 2024
github-actions
bot
added
the
CI-published-bottle-commits
The commits for the built bottles have been pushed to the PR branch.
label
Dec 2, 2024
chenrui333
commented
Dec 2, 2024
sha256 cellar: :any, arm64_ventura: "dcbad1aeabc61e9e4ef5b0776cc40fcaab878e67931bf0b057847e3e9e69e86c" | ||
sha256 cellar: :any, sonoma: "eb839f56e6eb0d2d877a623eeab2ba46fa4a2f8e7c5b6133232caef634f14fb8" | ||
sha256 cellar: :any, ventura: "88b268f809736144bc316d83d38ece5c25c96c4b97b563173a8ca925fccddbc8" | ||
sha256 cellar: :any_skip_relocation, x86_64_linux: "af4677a7a0f6b40d288cb674a70c3c58fccaa970aff7b2ee0d68e5f387c6ce64" |
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.
6 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
autobump
CI-no-fail-fast
Continue CI tests despite failing GitHub Actions matrix builds.
CI-published-bottle-commits
The commits for the built bottles have been pushed to the PR branch.
new formula
PR adds a new formula to Homebrew/homebrew-core
ready to merge
PR can be merged once CI is green
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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>
?