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

Build cdylib dependencies #3116

Closed
wants to merge 1 commit into from
Closed

Conversation

kennykerr
Copy link
Collaborator

These cdylib dependencies weren't building too reliably locally at least. This seems to avoid the local failures.

Note that the warnings about a lack of linkage target seem to have gone away but the issue has no mention of it so it may be accidental... rust-lang/cargo#7825

@kennykerr
Copy link
Collaborator Author

Oh this is probably why I had it as a dependency rather than a build dependency:

https://github.com/microsoft/windows-rs/actions/runs/9597443395/job/26466515022?pr=3116

Otherwise, the DLL is placed in the wrong location. 🙄

@kennykerr
Copy link
Collaborator Author

This goes back to not having a reliable way to find the target directory from a dependent crate... rust-lang/cargo#9661

@kennykerr kennykerr closed this Jun 20, 2024
@kennykerr kennykerr deleted the build-cdylib-dependencies branch August 1, 2024 15: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