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

Main module builds and tests pass for boost.chrono #1

Merged
merged 6 commits into from
Apr 8, 2024

Conversation

andrewkatson
Copy link

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.

@zaucy
Copy link
Member

zaucy commented Apr 7, 2024

The only tests omitted return failure on purpose

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!

@zaucy zaucy self-requested a review April 7, 2024 16:22
@andrewkatson
Copy link
Author

Okay Ill keep modifying until it gets green!

@andrewkatson
Copy link
Author

Added a missing @. I hope it works after this fingers crossed

@zaucy
Copy link
Member

zaucy commented Apr 8, 2024

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.

@zaucy zaucy merged commit cadb8e5 into bazelboost:bazelboost-1.83.0 Apr 8, 2024
3 checks passed
@zaucy
Copy link
Member

zaucy commented Apr 8, 2024

i disabled autolink to get it through! Thanks so much :)

@andrewkatson
Copy link
Author

Thank you!

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

Successfully merging this pull request may close these issues.

2 participants