ripgrep on non-x86_64 arch? #2174
-
I am building for Is this just something that isn't designed to work on other archs? I'm not willing to open an issue on this, since it very well could be an issue on my end (or, again, trying to do something not intended). |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I can't think of any reason why it wouldn't work if other projects work. ripgrep's default build configuration should be pure Rust too. (Enabling PCRE2 changes that.) But yeah, I'm not sure how to debug it either. You might post on the Rust user forum, or ask for help on the Rust Discord server. Also, there are non-x86 architectures included in ripgrep's CI release. |
Beta Was this translation helpful? Give feedback.
I can't think of any reason why it wouldn't work if other projects work. ripgrep's default build configuration should be pure Rust too. (Enabling PCRE2 changes that.)
But yeah, I'm not sure how to debug it either. You might post on the Rust user forum, or ask for help on the Rust Discord server.
Also, there are non-x86 architectures included in ripgrep's CI release.