slbotbm commented on code in PR #2852: URL: https://github.com/apache/iggy/pull/2852#discussion_r2906937787
########## foreign/cpp/Cargo.lock: ########## Review Comment: Currently, when building the binary in local env, cargo build ... --locked is called, which does not modify the lock file. Due to this, the CI has failed multiple times. Just before merging this PR, I would like to add something like a flag that detects whether the run env is CI or not, and if it is CI, only then used --locked flag. -- 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]
