-
Notifications
You must be signed in to change notification settings - Fork 614
[ripgrep] Add builder #1780
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
[ripgrep] Add builder #1780
Conversation
eb1ac4e
to
3374fa4
Compare
I think we're hitting a bunch of bugs:
This looks like the issues fixed by rust-lang/compiler-builtins#377
|
can we first add supported platforms? |
I guess this is a no |
After upgrading to new Rust toolchain, this is working on all platforms excluding i686 Windows (expected) and all Musl-based ARM platforms:
If I don't quickly find a solution I'm inclined to disable them, they're rather niche. |
* [ripgrep] Add builder * [ripgrep] Update to v13.0.0 * [ripgrep] Build for experimental platforms * [ripgrep] Disable failing platforms
No description provided.