You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starting from #11851, this project commits Cargo.lock into git history. However, CI has yet got a good process to detect the error when a change of Cargo.lock should be committed but not. This kind of failure is now caught by docs job, which effectively runs ci/validate-man.sh.
For example, CI failures below detect Cargo.lock changed and was not committed.
We shouldn't rely on ci/validate-man.sh, as it serves for a different purpose. We may add a new CI job or step to detect if Cargo.lock changes and git status is dirty after a build.
Notes
No response
The text was updated successfully, but these errors were encountered:
Problem
Starting from #11851, this project commits
Cargo.lock
into git history. However, CI has yet got a good process to detect the error when a change ofCargo.lock
should be committed but not. This kind of failure is now caught bydocs
job, which effectively runsci/validate-man.sh
.For example, CI failures below detect
Cargo.lock
changed and was not committed.Proposed Solution
We shouldn't rely on
ci/validate-man.sh
, as it serves for a different purpose. We may add a new CI job or step to detect ifCargo.lock
changes and git status is dirty after a build.Notes
No response
The text was updated successfully, but these errors were encountered: