Skip to content

Fix for cygpath windows issue #6513

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

Merged
merged 1 commit into from
Aug 29, 2022
Merged

Fix for cygpath windows issue #6513

merged 1 commit into from
Aug 29, 2022

Conversation

atalman
Copy link
Contributor

@atalman atalman commented Aug 29, 2022

Fixes #6496
This forces the path to use windows path rather then path prefixed with cygdrive:

wrong:

PATH=/cygdrive/c/Program Files (x86)/torchvision/bin

correct:

export PATH=/c/Program Files (x86)/torchvision/bin

CI Job: https://app.circleci.com/pipelines/github/pytorch/vision/19847/workflows/a3756ade-45cf-4d43-8071-3e52e37080a2/jobs/1609649

@atalman atalman merged commit d11556a into pytorch:main Aug 29, 2022
@github-actions
Copy link

Hey @atalman!

You merged this PR, but no labels were added. The list of valid labels is available at https://github.com/pytorch/vision/blob/main/.github/process_commit.py

facebook-github-bot pushed a commit that referenced this pull request Aug 30, 2022
Reviewed By: NicolasHug

Differential Revision: D39131007

fbshipit-source-id: 4ebe2319076b92117786b148d24b8327cf9b0ef4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CI job cmake_windows_cpu failing
4 participants