-
Notifications
You must be signed in to change notification settings - Fork 10
Windows: Bazel Command does Nothing #2
Comments
Hello @Ragora, This is a very interesting case, as it seems like Two things that I'd like you to try to help us debug:
Thanks for the report, and for the help. |
I have done both of these for this run here: https://github.com/DraconicEnt/rules_third_party/runs/2495105578 Waiting for the run to complete so we can obtain the full debug logs. |
Reviewing the logs and it seems to be trying to run some powershell script that just returns (I think you can access the debugging logs?). Does anything stand out to you or any further debugging I should do? EDIT: |
You beat me to it - was just going to write that I noticed that I only ever ran it with At this point it fails with: I do think we need to solve both of the above problems, but for now I think we have a workaround for you. |
Yeah, it looks like it works fine with these changes applied. |
For some reason, just for Windows, the bazel command when setup through this repository does nothing (and thus falsely passing my current testing on a project). Maybe it's just an issue with how I'm using it, but I don't see what I can be doing wrong for it to fail on Windows only.
See the following run (note how the Ubuntu and MacOSX builds actually ran in the 'Build & Test all' stage - ignore MacOSX overall status as we only care that it actually ran): https://github.com/DraconicEnt/rules_third_party/actions/runs/807596092
However, if you view the Windows runs they don't appear to have attempted to do anything at all and simply returned a zero exit status.
You can see the workflow file here: https://github.com/DraconicEnt/rules_third_party/blob/develop/.github/workflows/main.yml#L38
The text was updated successfully, but these errors were encountered: