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

Don't store build check rmeta #375

Merged
merged 2 commits into from
Nov 22, 2024
Merged

Don't store build check rmeta #375

merged 2 commits into from
Nov 22, 2024

Conversation

sunfishcode
Copy link
Member

This ensures the .rmeta files generated by can_compile are not written to the build output. Those metadata files can create determinism and cache invalidation issues in some build systems.

Instead the output -- since it is never actually read -- is written to /dev/null.

This is a port of bytecodealliance/rustix#1200 to cap-std.

This ensures the `.rmeta` files generated by `can_compile` are not
written to the build output. Those metadata files can create determinism
and cache invalidation issues in some build systems.

Instead the output -- since it is never actually read -- is written to
`/dev/null`.

This is a port of bytecodealliance/rustix#1200 to cap-std.
@sunfishcode sunfishcode merged commit cc7d2b9 into main Nov 22, 2024
22 checks passed
@sunfishcode sunfishcode deleted the sunfishcode/update branch November 22, 2024 01:05
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.

1 participant