Skip to content

Commit 91aef57

Browse files
authored
Update target.bzl to remove a comment (#19380)
This is an interim fix, as the follow up diffs will enable this flag to sync internal states cc @digantdesai @freddan80 @per @zingo @oscarandersson8218 @mansnils @Sebastian-Larsson @robell
1 parent fa857bd commit 91aef57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backends/arm/test/targets.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ load("@fbcode_macros//build_defs:python_pytest.bzl", "python_pytest")
33
load("@bazel_skylib//lib:paths.bzl", "paths")
44
load("@fbsource//xplat/executorch/build:runtime_wrapper.bzl", "runtime")
55

6-
_ENABLE_VGF = False # Disabled: memfd_create blocked by seccomp on Sandcastle causes segfaults before Python pre-flight check can run
6+
_ENABLE_VGF = False
77

88
def define_arm_tests():
99
# TODO [fbonly] Add more tests

0 commit comments

Comments
 (0)