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

docs: cross-testing on CI #295

Open
taiki-e opened this issue Jul 28, 2023 · 1 comment
Open

docs: cross-testing on CI #295

taiki-e opened this issue Jul 28, 2023 · 1 comment
Labels
C-documentation Category: related to documentation.

Comments

@taiki-e
Copy link
Owner

taiki-e commented Jul 28, 2023

When used together with setup-cross-toolchain-action, we can easily get coverage of the target different from the host.

It would be nice to document this in readme.

@taiki-e taiki-e added the C-documentation Category: related to documentation. label Jul 28, 2023
@taiki-e taiki-e changed the title docs: cross-testing docs: cross-testing on CI Jul 28, 2023
@cwfitzgerald
Copy link

An interesting thing I found when trying to go from x86 mac to aarch64 mac is that by default, llvm uses libz compression to compress part of the files. This is apparently not part of the llvm build on aarch64's llvm-tools, and you get errors about being unable to read the profraw files due to missing compression. Adding -C llvm-args=-enable-name-compression=false to RUSTFLAGS should fix that problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-documentation Category: related to documentation.
Projects
None yet
Development

No branches or pull requests

2 participants