facebookexperimental / hermit

Hermit launches linux x86_64 programs in a special, hermetically isolated sandbox to control their execution. Hermit translates normal, nondeterministic behavior, into deterministic, repeatable behavior. This can be used for various applications, including replay-debugging, reproducible artifacts, chaos mode concurrency testing and bug analysis.
Other
1.17k stars 31 forks source link

Revert "remove feature flag which is now stabilized" #14

Closed rrnewton closed 1 year ago

rrnewton commented 1 year ago

This reverts commit 66a93ab4e28235a9d82b737ed07c9098fce37571.

It was causing a build failure as reported by @rnbguy in #11.