macOS: Porting and Test - #1
Draft
rakus wants to merge 2 commits into
Draft
Conversation
rakus
force-pushed
the
macos-port
branch
3 times, most recently
from
December 11, 2023 09:31
f596cb4 to
3bf8fda
Compare
rakus
marked this pull request as draft
December 11, 2023 09:35
rakus
force-pushed
the
macos-port
branch
16 times, most recently
from
December 18, 2023 08:06
a9aca8d to
506423b
Compare
rakus
force-pushed
the
macos-port
branch
8 times, most recently
from
January 11, 2024 08:51
07f878f to
5a37300
Compare
Following GNU tools are needed from Homebrew: - bash (need bash v5) - gnu-getopt (can handle long options) - coreutils (e.g. readlink, wc) - findutils (GNU version of find) - grep - gnu-sed - fd Test run in github workflow.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Following GNU tools are needed from Homebrew:
Tested in GitHub Workflows, but not on a real machine.
Will only get merged after some macOS user confirmed that it works.