bytecodealliance / lucet

Lucet, the Sandboxing WebAssembly Compiler.
Apache License 2.0
4.06k stars 165 forks source link

Remove `lucet-runtime` from crates tested by GitHub Actions #528

Closed fst-crenshaw closed 4 years ago

fst-crenshaw commented 4 years ago

Currently we are using CircleCI to test lucet-runtime. We've been needing a way to test the userfaultfd implementation of Regions. The tests can't run on the containers supplied by GitHub Actions because the containers don't have the privileges necessary to use the kernel mechanisms for userfaultfd.

The GitHub Actions tests are still failing, tho. And I worry about conveying a wrong message in CI Results. So I'd like to remove the failing tests that are tested by CircleCI.