You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's 200K; we don't want to be committing new versions of that each time. Maybe we'll just end up replacing this with a use of nsenter, so the point will be moot.
The text was updated successfully, but these errors were encountered:
This is one commit instead of two because we didn't want to bloat the
repository with two updates to the executable. We should really just
remove the binary from the repo and build it; see sandstorm-io#253
The bitrot:
With #![feature(alloc_system)] I get an error from the rust toolchain
that the feature has been removed. We don't appear to actually be using
this anyway, so let's just remove it.
It's 200K; we don't want to be committing new versions of that each time. Maybe we'll just end up replacing this with a use of nsenter, so the point will be moot.
The text was updated successfully, but these errors were encountered: