slbotbm commented on code in PR #2852: URL: https://github.com/apache/iggy/pull/2852#discussion_r2907166025
########## foreign/cpp/Cargo.lock: ########## Review Comment: Normally, when you execute `cargo build`, the lockfile is also updated if there is a need, but that is not happening in the current setup in my local environment due to the --locked flag. This results in a stale lockfile, due to which the CI fails. That is why i want to add a condition for the `--locked` flag to only be used in CI. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
