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

fix(release): don't use cross for Darwin and Windows builds #258

Merged
merged 1 commit into from
Feb 16, 2024

Conversation

yamafaktory
Copy link
Owner

The Darwin and Windows binaries were wrongly built using cross - which has never supported those out of the box and was triggering a warning.

The latest release failed for those targets since cross is now throwing an error. In the end, cross is not needed for those targets and can simply replaced by cargo.

@yamafaktory yamafaktory added the bug Something isn't working label Feb 16, 2024
@yamafaktory yamafaktory self-assigned this Feb 16, 2024
@yamafaktory yamafaktory merged commit 7b7e9ae into main Feb 16, 2024
21 checks passed
@yamafaktory yamafaktory deleted the fix/release-build branch February 16, 2024 15:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant