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.
Currently we are using CircleCI to test
lucet-runtime
. We've been needing a way to test theuserfaultfd
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 foruserfaultfd
.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.