-
Notifications
You must be signed in to change notification settings - Fork 419
Closed
Labels
Description
I'm trying to cross-compile a super small test project for Solaris, but cross
fails with could not execute process '/target/x86_64-sun-solaris/release/crosstest' (never executed)
.
My command: cross run --release --target=x86_64-sun-solaris -v
on a Ubuntu 17.04 system.
I went into the docker container and it's a Ubuntu container so I'm not surprised that the Solaris binary cannot execute.
I'm confused where I went wrong because I saw the PR that added Solaris support.