From a2b9163d05f4fb93207ffb807bdec68e875ad112 Mon Sep 17 00:00:00 2001 From: thesayyn Date: Mon, 19 Aug 2024 11:00:17 -0700 Subject: [PATCH] fix: remove mtree as the default output --- oci/private/load.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oci/private/load.bzl b/oci/private/load.bzl index be62b202..82bcd3b1 100644 --- a/oci/private/load.bzl +++ b/oci/private/load.bzl @@ -187,7 +187,7 @@ def _load_impl(ctx): return [ DefaultInfo( - files = depset([mtree_spec]), + files = depset(), runfiles = runfiles, executable = runnable_loader, ),