-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: stop adding unnecessary libraries (#731)
Do not install libraries marked as keg-only in Homebrew [1]. [1] which means it is not symlinked into /usr/local because macOS already provides this software. Installing another version in parallel can cause conflicts and other issues. See: #723. Signed-off-by: Claudio André <[email protected]>
- Loading branch information
1 parent
5ae498c
commit 830b8c2
Showing
3 changed files
with
13 additions
and
8 deletions.
There are no files selected for viewing
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
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
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
830b8c2
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.
@check-spelling-bot Report
🔴 Please review
See the 📜action log or 📝 job summary for details.
Unrecognized words (3)
dylib
libcrypto
otool
To accept these unrecognized words as correct, you could run the following commands
... in a clone of the [email protected]:openwall/john-packages.git repository
on the
fix/macos
branch (ℹ️ how do I use this?):Available 📚 dictionaries could cover words (expected and unrecognized) not in the 📘 dictionary
This includes both expected items (290) from .github/actions/spelling/expect.txt and unrecognized words (3)
Consider adding them (in
.github/workflows/spelling.yml
) injobs:
/spelling:
foruses: check-spelling/check-spelling@b365ac888c4713bf3a082b07b342feed0f3438fe
in itswith
:To stop checking additional dictionaries, add (in
.github/workflows/spelling.yml
) foruses: check-spelling/check-spelling@b365ac888c4713bf3a082b07b342feed0f3438fe
in itswith
: