-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
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
Fix building tiflash-sanitizer #3019
Conversation
Based on the PR description, the key change made is to add two directories to the git safe directory list in order to fix the issue that caused tiflash-sanitizer to fail to build. However, there are a few potential problems with this solution:
To address these potential problems, I would suggest the following fixes:
|
PR Reviewer Guide 🔍
|
PR Code Suggestions ✨
|
Based on the pull request, the contributor has added commands to configure Git safe directories to avoid build failures due to dubious ownership detection. The contributor ensured that the directories It looks like the changes made in this pull request are related to build improvements. The changes are simple and don't seem to have any potential problems. As for fixing suggestions, it would be better to add some information on the pull request to give some context to the reviewer. It would be helpful to know what the build failure was before the changes were made. Overall, the changes seem good to merge. |
/hold cancel |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: wuhuizuo The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
[LGTM Timeline notifier]Timeline:
|
User description
Fix that git considers the directory as not safe, making tiflash sanitizer failed to build
https://ci.pingcap.net/blue/organizations/jenkins/tiflash-sanitizer-daily/detail/tiflash-sanitizer-daily/1987/pipeline/
ref pingcap/tiflash#7193
PR Type
Bug fix, Configuration changes
Description
${curws}/tiflash/contrib/tiflash-proxy
and${curws}/tiflash
are marked as safe.Changes walkthrough 📝
tiflash-sanitizer-daily.groovy
Configure Git safe directories for tiflash-sanitizer build
jenkins/pipelines/ci/tiflash/tiflash-sanitizer-daily.groovy