We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If you enable 'very verbose' mode with -vvor --verbose --verbose in your cargoBuildOptions, Cargo may also output directives in this format:
-vv
--verbose --verbose
cargoBuildOptions
[foo 0.1.0] cargo:rerun-if-changed=build.rs
These end up in the cargo_build_output_json, leading to errors like this when naersk attempts to parse each line with jq:
cargo_build_output_json
[naersk] Using file /build/tmp.qzz0yRFzQJ to retrieve build (library) products jq: parse error: Invalid numeric literal at line 8163, column 9
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If you enable 'very verbose' mode with
-vv
or--verbose --verbose
in yourcargoBuildOptions
, Cargo may also output directives in this format:These end up in the
cargo_build_output_json
, leading to errors like this when naersk attempts to parse each line with jq:The text was updated successfully, but these errors were encountered: