-
Notifications
You must be signed in to change notification settings - Fork 18
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
can not build on windows #41
Comments
@gkousik I am able to reproduce this issue. Would upstream accept a PR for a fix? |
We use the llvm clang-cl toolchain to compile on windows. Could you try the build after following https://bazel.build/configure/windows#clang |
Actually I reproduced it locally, will work on a fix |
f7132ba should fix this, can you confirm? |
You will need the clang-cl toolchain installed on your machine |
setting |
I think I'm seeing an issue similar to bazelbuild/bazel#17863 now. Looking into it.
|
@bentekkie created new issue in https://issues.chromium.org/issues/345627618 to bump bazel version. |
Closing this as we have a working GitHub actions build now |
when i build reclient
Bazel uses ml64 to compile S file, but in reality, I have specified the compiler as GCC
Ultimately, ml64 was unable to parse assembly files from the gcc specification
The text was updated successfully, but these errors were encountered: