We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa857bd commit 71279f7Copy full SHA for 71279f7
1 file changed
backends/arm/test/targets.bzl
@@ -3,7 +3,7 @@ load("@fbcode_macros//build_defs:python_pytest.bzl", "python_pytest")
3
load("@bazel_skylib//lib:paths.bzl", "paths")
4
load("@fbsource//xplat/executorch/build:runtime_wrapper.bzl", "runtime")
5
6
-_ENABLE_VGF = False # Disabled: memfd_create blocked by seccomp on Sandcastle causes segfaults before Python pre-flight check can run
+_ENABLE_VGF = False
7
8
def define_arm_tests():
9
# TODO [fbonly] Add more tests
0 commit comments