-
Notifications
You must be signed in to change notification settings - Fork 391
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
leptos, cross warning: unable to get metadata for package #1190
Comments
Please note the warning
https://github.com/beeb/remote-wol-rs/actions/runs/3969612747/jobs/6804578757#step:6:10 can you reproduce the issue locally? add |
I can't reproduce locally because I'm facing #1189 on my machine and can't even go that far. Maybe I'm just misunderstanding how I can cross-compile the server part of my leptos application. Normally I would use
Let me do a more verbose CI build. |
I'll be damned... https://github.com/beeb/remote-wol-rs/actions/runs/3970758818/jobs/6807044897 This time around it went though, with the same command (except for the added |
interesting! I guess it was a cosmic ray or something |
Can't be reproduced anymore |
Checklist
Describe your issue
See https://github.com/beeb/remote-wol-rs/actions/runs/3969612747/jobs/6804578757
I added the vendored version of openssl into my Cargo.toml file, which normally works to build in CI.
For this project however, it complains about
/bin/sh: 1: aarch64-linux-gnu-gcc: not found
What target(s) are you cross-compiling for?
aarch64-unknown-linux-gnu
Which operating system is the host (e.g computer cross is on) running?
What architecture is the host?
What container engine is cross using?
cross version
cross v0.2.4 (https://github.com/cross-rs/cross#8c86a98d)
Example
See https://github.com/beeb/remote-wol-rs/actions/runs/3969612747/jobs/6804578757
Additional information / notes
No response
The text was updated successfully, but these errors were encountered: