'cargo test' fails on Windows with PCRE2 errors #2218
-
What version of ripgrep are you using?
How did you install ripgrep?I built it myself. A What operating system are you using ripgrep on?Win-10. 21H1. Build 19043.1706. Describe your bug.Running a
All in all, these 19 symbols are missing:
I even did a |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
This looks like an environment issue on Windows. Sadly, I'm not equipped to debug it as I don't use Windows. I will say that I find it a little suspicious that it is trying to build with PCRE2 even though you didn't enable it. So if you truly are just running I'm moving this to a Discussion question. |
Beta Was this translation helpful? Give feedback.
This looks like an environment issue on Windows. Sadly, I'm not equipped to debug it as I don't use Windows.
I will say that I find it a little suspicious that it is trying to build with PCRE2 even though you didn't enable it. So if you truly are just running
cargo test --release
and aren't enabling thepcre2
feature, then that's the first thing to figure out.I'm moving this to a Discussion question.