From c74c2d35fb65450aed690815ee6e92e1b753ed1e Mon Sep 17 00:00:00 2001 From: Sahin Yort Date: Wed, 4 Sep 2024 13:31:51 -0700 Subject: [PATCH] refactor: remove mtree as the default output (#676) --- oci/private/load.bzl | 1 - 1 file changed, 1 deletion(-) diff --git a/oci/private/load.bzl b/oci/private/load.bzl index f9b6874f..49a68f57 100644 --- a/oci/private/load.bzl +++ b/oci/private/load.bzl @@ -218,7 +218,6 @@ def _load_impl(ctx): return [ DefaultInfo( - files = depset([mtree_spec]), runfiles = runfiles, executable = runnable_loader, ),