Skip to content
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

Support ripgrep-bin installation with linuxbrew #654

Merged

Conversation

francoisferrand
Copy link

No description provided.

@BurntSushi
Copy link
Owner

Could you tell me how to test this? I don't know what linuxbrew is.

sha256 "ac595c2239b9a30e0e0744578afa6b73e32cdd8ae61d4f1c0ee5d6b55adbadcf"
when /i686-linux/
url "https://github.com/BurntSushi/ripgrep/releases/download/#{version}/ripgrep-#{version}-i686-unknown-linux-musl.tar.gz"
sha256 "6e64e7481fbe6019a873a078af13a4aa86ec57a6f94765fd8b57b40d8138560e"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you please remove the i686 option? I don't want to devote resources to something people probably won't use. I realize CI produces builds for it, but only because it doesn't cause any trouble. However, if I support this on linuxbrew and decide one day to remove support for it, people might get upset.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done.

@francoisferrand
Copy link
Author

Linuxbrew is a port of homebrew for Linux.
You can install it on a linux host with:

$ sh -c "$(curl -fsSL https://raw.githubusercontent.com/Linuxbrew/install/master/install.sh)"

Then install the ripgrip-bin package like with homebrew:

$ brew tap burntsushi/ripgrep https://github.com/BurntSushi/ripgrep.git
$ brew install burntsushi/ripgrep/ripgrep-bin

Copy link
Owner

@BurntSushi BurntSushi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm, OK, that will be tricky for me to test since I don't want to put a package manager on my system.

I'll accept this for now, and I'll do the "obvious" update whenever I put out a new release of ripgrep and hopefully that will be good enough.

@BurntSushi
Copy link
Owner

(I do incidentally test this tap on a Mac, but that's because my Mac is strictly for testing this sort of thing. I otherwise don't use it.)

@BurntSushi BurntSushi merged commit a9377da into BurntSushi:master Nov 1, 2017
@francoisferrand francoisferrand deleted the ripgrep-bin-linuxbrew branch December 21, 2017 08:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants