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

Race flag should be inherited #302

Merged
merged 2 commits into from
Sep 27, 2024

Conversation

peterebden
Copy link
Contributor

This was just an oversight. It works ok when all your binaries are in the main repo, but when there's one from a subrepo (we found it on protoc-gen-go) that fails because it has stdlib bits in the main repo that need tsan, but it's not getting -race to link against it.

Seems to work rather better for me after this.

@peterebden peterebden merged commit c0ce501 into please-build:master Sep 27, 2024
5 checks passed
@peterebden peterebden deleted the race-inherit branch September 27, 2024 09:24
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