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

Reenable cargo build under github actions. #13

Closed rrnewton closed 1 year ago

rnbguy commented 1 year ago

The builds are failing because this branch still uses #![cfg(not(version("1.66")))] in detcore/src/lib.rs.

rrnewton commented 1 year ago

@rnbguy - yep, and good detective work there because the error messages certainly don't make that obvious! But now that main has been updated reverting the that #!cfg[] check, it is green, and thus trunk should be green with merging this.