-
Notifications
You must be signed in to change notification settings - Fork 273
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
feat: support for Linux-homebrew installation #5085
Closed
Closed
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
66b4fc9
to
971ced1
Compare
10ko
pushed a commit
to garden-io/homebrew-garden
that referenced
this pull request
Sep 13, 2023
This is just a test. DO NOT MERGE You can safely close this PR. This is a test PR created by garden-io/garden#5085 @stefreak Please close this pull request.
TimBeyer
reviewed
Sep 13, 2023
TimBeyer
reviewed
Sep 13, 2023
ea2fe4f
to
25fb0e2
Compare
TimBeyer
approved these changes
Sep 13, 2023
stefreak
commented
Sep 13, 2023
url "{{macosAmdTarballUrl}}" | ||
sha256 "{{macosAmdSha256}}" | ||
end | ||
end | ||
|
||
def install | ||
libexec.install "garden", "fsevents.node", "static" |
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.
The formula doesn't work on linux, I am getting a weird error:
steffen@lima-default:~$ brew install garden-cli
Running `brew update --auto-update`...
==> Fetching garden-io/garden/garden-cli
==> Downloading https://download.garden.io/core/0.13.13/garden-0.13.13-linux-amd64.tar.gz
Already downloaded: /home/steffen.linux/.cache/Homebrew/downloads/f852a6a846822bbdd4f0f27cb714d1d92ed7f36400a52f3a54cb61178e746b06--garden-0.13.13-linux-amd64.tar.gz
==> Installing garden-cli from garden-io/garden
Error: The following formula cannot be installed from bottle and must be
built from source.
garden-cli
Install Clang or run `brew install gcc`.
When debugging I noticed that the linux archive does not contain an fsevents.node
file, but even if I do not copy that file I still get this error. I got stuck there and gave up for now.
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.
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes garden-io/homebrew-garden#2
Special notes for your reviewer: