-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Windows: Make Python binary work with runfiles symlink tree #6036
Conversation
325c701
to
a79db4f
Compare
Could you take a look at the failing tests? |
Change-Id: Ibdd03de616e727286eb2a53ca5b08d46e76b2b1c
a79db4f
to
e098094
Compare
Failing tests have been fixed, PTAL~ |
bazel build -s --verbose_failures $BUILD_FLAGS //examples/py_native:bin \ | ||
|| fail "Failed to build //examples/py_native:bin with runfiles support" | ||
( | ||
# Clear runfiles related envs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To help readability, please indent the lines running in a subshell (line 204 .. 215).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
Change-Id: I1f8ffc6cf675c86b4799682282398dd847babcf0
/cc @brandjon |
No description provided.