Skip to content

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.

2 participants