-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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 vxworks
#85490
Fix vxworks
#85490
Conversation
r? @yaahc (rust-highfive has picked a reviewer for you, use r? to override) |
@bors r+ |
📌 Commit 03e90b7 has been approved by |
⌛ Testing commit 03e90b7 with merge 426172fc422fd938952ac69241d91ace4cf470de... |
💥 Test timed out |
Tests timed out, seems not related to this PR. (vxworks is a tier 3 target and not tested, so nothing that the CI runs has changed) |
@bors retry |
☀️ Test successful - checks-actions |
Some PRs made the
vxworks
target not build anymore. This PR fixes that:ExitStatusError
implementation fromunix
.libc::chroot
available onvxworks
, so for now don't implementos::unix::fs::chroot
.