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

[internal] Error when using cgo files #13172

Merged

Conversation

Eric-Arellano
Copy link
Contributor

Cgo files are .go files that use C: https://pkg.go.dev/cmd/cgo. We do not have the infrastructure to support them yet, so we instead want to eagerly redirect users to file a feature request.

Note that users cannot use other file types like .h and .m files already because the Sources field bans them. Only cgo files are possible because they end in .go.

[ci skip-rust]
[ci skip-build-wheels]

# Rust tests and lints will be skipped. Delete if not intended.
[ci skip-rust]

# Building wheels and fs_util will be skipped. Delete if not intended.
[ci skip-build-wheels]
@Eric-Arellano Eric-Arellano enabled auto-merge (squash) October 8, 2021 17:17
@Eric-Arellano Eric-Arellano merged commit a192f3e into pantsbuild:main Oct 8, 2021
@stuhood stuhood mentioned this pull request Oct 11, 2021
@Eric-Arellano Eric-Arellano deleted the error-unsupported-go-firstparty branch March 15, 2022 20:50
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