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

Fix malformed clang invocation in build_ext.run #1884

Merged
merged 1 commit into from
Dec 3, 2024

Conversation

nicholasjng
Copy link
Contributor

The fix is, unsurprisingly, to not invoke clang at all, because we use Bazel to build everything anyway.

This also means that we can drop the setuptools pin.

The fix is, unsurprisingly, to not invoke clang at all, because we use
Bazel to build everything anyway.

This also means that we can drop the setuptools pin.
@dmah42 dmah42 merged commit b2b0aab into google:main Dec 3, 2024
89 checks passed
@nicholasjng
Copy link
Contributor Author

that was fast!

@nicholasjng nicholasjng deleted the remove-setuptools-pin branch December 3, 2024 17:45
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