The Wayback Machine - https://web.archive.org/web/20210729041742/https://github.com/tensorflow/tensorflow/pull/50553
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

Fix configure.py when using bazelisk on Windows #50553

Conversation

@PatriceVignola
Copy link
Contributor

@PatriceVignola PatriceVignola commented Jul 1, 2021

Bazelisk on Windows has bazel.cmd on the path instead of bazel.exe, which cannot be called simply with bazel when using subprocess.run with shell=False. Instead, we can simply use the full path obtained by the which command.

@gbaned gbaned self-assigned this Jul 1, 2021
@gbaned gbaned added this to Assigned Reviewer in PR Queue via automation Jul 1, 2021
@gbaned gbaned requested a review from mihaimaruseac Jul 1, 2021
PR Queue automation moved this from Assigned Reviewer to Approved by Reviewer Jul 13, 2021
@copybara-service copybara-service bot merged commit 311bd4d into tensorflow:master Jul 14, 2021
13 of 17 checks passed
13 of 17 checks passed
@github-actions
PyLint PyLint
Details
@tensorflow-jenkins
Intel® oneDNN -- Community CI Build oneDNN CI build failed
Details
@kokoro-team
Linux GPU Internal CI build failed
Details
@kokoro-team
MacOS CPU Python3 Internal CI build failed
Details
@kokoro-team
Ubuntu CPU Internal CI build failed
Details
@tensorflow-jenkins
AMD ROCm -- Community CI Build rocm CI build successful
Details
@kokoro-team
Android Demo App Internal CI build successful
Details
@kokoro-team
TFLite Android Demo App Internal CI build successful
Details
@kokoro-team
TFLite CMake Internal CI build successful
Details
@kokoro-team
TFLite Makefile Internal CI build successful
Details
@kokoro-team
TFLite iOS Tests Internal CI build successful
Details
@kokoro-team
Ubuntu Sanity Internal CI build successful
Details
@kokoro-team
Windows Bazel Internal CI build successful
Details
@kokoro-team
Windows Bazel GPU Internal CI build successful
Details
@google-cla
cla/google All necessary CLAs are signed
@copybara-service
feedback/copybara Google internal checks PASS for runs with create time 2021-07-14T15:23:03.363228573Z.
Details
@copybara-service
import/copybara Change imported to the internal review system
Details
PR Queue automation moved this from Approved by Reviewer to Merged Jul 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
PR Queue
  
Merged
Linked issues

Successfully merging this pull request may close these issues.

None yet

4 participants