diff --git a/Cargo.toml b/Cargo.toml index 054019324a..18fbfb797c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -300,7 +300,7 @@ all-aarch64 = [ ] ## All features that are compiled and tested for x86_64 -all-x86_64 = ["all-aarch64", "plugin", "scudo"] +all-x86_64 = ["all-aarch64", "plugin"] ## All features that are compiled and tested for armhf ## Note: This platform is deprecated and will be phased out. diff --git a/tools/health-check b/tools/health-check index f372e4b1ba..0c9a67e520 100755 --- a/tools/health-check +++ b/tools/health-check @@ -113,6 +113,7 @@ KNOWN_DISABLED_FEATURES = [ "default-no-sandbox", "direct", "libvda", + "scudo", "whpx", ]