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

Failed build on Buildkite Windows pipeline #36

Closed
jin opened this issue Mar 11, 2019 · 0 comments
Closed

Failed build on Buildkite Windows pipeline #36

jin opened this issue Mar 11, 2019 · 0 comments

Comments

@jin
Copy link
Member

jin commented Mar 11, 2019

Error while trying to read dep-tree.json: java.io.IOException: ERROR: src/main/native/windows/processes-jni.cc(454): CreateProcessW("C:\msys64\usr\bin\cat" D:/b/wpicawde/external/maven/dep-tree.json): The system cannot find the file specified.
--
  | and referenced by '//ui/espresso/IntentsBasicSample:IntentsBasicSampleTestLib'

We'll need to replace

cat = "C:\\msys64\\usr\\bin\\cat" if (_is_windows(repository_ctx)) else repository_ctx.which("cat")
with another approach.

Related: bazelbuild/bazel#3766 and bazelbuild/bazel#7309

@jin jin mentioned this issue Mar 11, 2019
@jin jin closed this as completed in #37 Mar 13, 2019
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

No branches or pull requests

1 participant