-
|
Beta Was this translation helpful? Give feedback.
Answered by
jszwedko
Jun 27, 2022
Replies: 2 comments
-
Hi @tshepang ! Thanks for reporting that, it looks like As a side note, I'd recommend running |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
tshepang
-
fixed by #13347 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @tshepang !
Thanks for reporting that, it looks like
vector vrl
was accidentally dropped from the default compilation features. I'll fix that.As a side note, I'd recommend running
cargo run
from thelib/vrl/cli
directory to avoid building all of Vector just to run the VRL CLI which should cut down on compilation time.