Skip to content
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

Change how we apply patches to absl #10799

Merged
merged 2 commits into from
Mar 8, 2022
Merged

Change how we apply patches to absl #10799

merged 2 commits into from
Mar 8, 2022

Conversation

snnn
Copy link
Member

@snnn snnn commented Mar 8, 2022

Description:

"git apply" doesn't work when a parent dir of the build dir contains a ".git" folder. We should use the "patch" command when possible. Though this fix isn't an ultimate solution, it should solve the needs of all Linux developers.

Motivation and Context

  • Why is this change required? What problem does it solve?

The patch is ignored when the build was run from "build.sh" instead of "build.py"

  • If it fixes an open issue, please link to the issue here.

@snnn snnn closed this Mar 8, 2022
@snnn snnn reopened this Mar 8, 2022
@snnn snnn merged commit ce07dc3 into master Mar 8, 2022
@snnn snnn deleted the snnn/patch branch March 8, 2022 10:03
lavanyax pushed a commit to intel/onnxruntime that referenced this pull request Mar 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants