diff --git a/image/measured-boot/cmd/BUILD.bazel b/image/measured-boot/cmd/BUILD.bazel index f2245c0258d..fea89a2a4a2 100644 --- a/image/measured-boot/cmd/BUILD.bazel +++ b/image/measured-boot/cmd/BUILD.bazel @@ -21,8 +21,8 @@ go_binary( ], embed = [":cmd_lib"], # keep - env = { - "DISSECT_TOOLCHAIN": "$(rootpath @systemd//:bin/systemd-dissect)", - }, + # env = { + # "DISSECT_TOOLCHAIN": "$(rootpath @systemd//:bin/systemd-dissect)", + # }, visibility = ["//visibility:public"], )