Files
flipper/packer
Pascal Hartig c275fb667a Fix build
Summary:
Indicatif 0.16 is incompatible with 0.15. Internally, we only have the latter
so I'm reverting instead of fixing forward.

Reviewed By: jknoxville

Differential Revision: D28899744

fbshipit-source-id: 0461073083f34887babbed13abb55a3dbfa1d801
2021-06-04 08:37:39 -07:00
..
2021-03-23 13:28:14 -07:00
2020-05-01 04:04:48 -07:00
2021-06-04 08:37:39 -07:00
2021-06-04 08:37:39 -07:00
2021-03-23 13:28:14 -07:00
2021-03-23 13:28:14 -07:00

Flipper Packer

A tool for splitting a Flipper build into smaller artifacts that can be distributed and cached separately.

N.B. Buck build files are not included in the open-source export of this tool.

Building

With cargo:

$ cargo build

With Buck:

$ buck build :packer

Testing

With cargo:

$ cargo test

With Buck:

$ buck test :packer

Usage

See help page:

$ cargo run -- --help
flipper-packer 0.3.0
Facebook, Inc.
Split the Flipper distribution into smaller, cacheable artifacts

USAGE:
    flipper-packer [FLAGS] [OPTIONS] <PLATFORM>

FLAGS:
    -h, --help              Prints help information
        --no-compression    Skip compressing the archives (for debugging)
    -p, --packlist          Custom list of files to pack.
    -V, --version           Prints version information

OPTIONS:
    -d, --dist <DIRECTORY>      Flipper dist directory to read from. [default: ~/fbsource/xplat/sonar/dist]
    -o, --output <DIRECTORY>    Directory to write output files to. [default: .]

ARGS:
    <PLATFORM>    Platform to build for [possible values: Mac, Linux, Windows]

Buck:

$ buck run :packer