-
Notifications
You must be signed in to change notification settings - Fork 426
Closed
Labels
Description
Checklist
- I've looked through the issues and pull requests for similar reports
Describe your issue
Cross is unable to compile ring 0.17.13 due to outdated bintools in the x86_64-unknown-illumos
docker image.
Possible Solutions:
- Update the image to bintools to 2.38 (ring 0.17.13 does not "cross" compile (on illumos, other x86_64 targets) unlike ring 0.17.12 briansmith/ring#2461 (comment)) on the original image or create a new image with the update applied
What target(s) are you cross-compiling for?
other (specify in description)
Which operating system is the host (e.g computer cross is on) running?
- macOS
- Windows
- Linux / BSD
- other OS (specify in description)
What architecture is the host?
- x86_64 / AMD64
- arm32
- arm64 (including Mac M1)
What container engine is cross using?
- docker
- podman
- other container engine (specify in description)
cross version
cross 0.2.5
Example
No response
Additional information / notes
No response