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

ABI inference for unsupported targets fails for modules that don't produce production artifacts #283

Open
fzhinkin opened this issue Dec 3, 2024 · 0 comments
Labels
bug Something isn't working klib

Comments

@fzhinkin
Copy link
Collaborator

fzhinkin commented Dec 3, 2024

kotlinx-datetime's serialization module is a test-only module and it does not produce "production" artifacts. Yet, an attempt to dump ABI for kotlinx-datetime on linux will fail on the serialization module with:

The target iosArm64 is not supported by the host compiler and there are no targets similar to iosArm64 to infer a dump from it.

BCV should not try inferring the ABI for modules w/o sources.

@fzhinkin fzhinkin added bug Something isn't working klib labels Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working klib
Projects
None yet
Development

No branches or pull requests

1 participant