-
Notifications
You must be signed in to change notification settings - Fork 1
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
Main module builds and tests pass for boost.chrono
#1
Main module builds and tests pass for boost.chrono
#1
Conversation
That's fine. the bazel tests don't have to be perfect. Just enough to make sure the bazel module works. I added a github action to run the tests. When we're green then I'll get it merged in! |
Okay Ill keep modifying until it gets green! |
Added a missing |
Looks like the boost autolinker is enabled causing the windows ci to fail. Generally I've been disabling this since an autolinker doesn't make much sense with bazel built projects. |
i disabled autolink to get it through! Thanks so much :) |
Thank you! |
The only tests omitted return failure on purpose. I looked into how to fix this and you have to create a nasty custom build rule which I thought was out of scope of this change.