Skip to content

Commit

Permalink
[antlir2] ext3 package is a valid partition source
Browse files Browse the repository at this point in the history
Summary: Title

Test Plan: testhard

Reviewed By: sergeyfd

Differential Revision: D49874633

fbshipit-source-id: e92e190d194abb13d817cd423071a22f61ae72b7
  • Loading branch information
vmagro authored and facebook-github-bot committed Oct 3, 2023
1 parent 9a5d1e1 commit fc7dbd4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions antlir/antlir2/bzl/package/defs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ _ext3 = _new_package_rule(
"label": attrs.option(attrs.string(), default = None),
"size_mb": attrs.int(),
},
can_be_partition = True,
)

def _backwards_compatible_new(format: str, **kwargs):
Expand Down

0 comments on commit fc7dbd4

Please sign in to comment.