Files
flipper/packer
dependabot[bot] 353b8efe75 Bump anyhow from 1.0.53 to 1.0.55 in /packer (#3477)
Summary:
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.53 to 1.0.55.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/dtolnay/anyhow/releases">anyhow's releases</a>.</em></p>
<blockquote>
<h2>1.0.55</h2>
<ul>
<li>Documentation improvements</li>
</ul>
<h2>1.0.54</h2>
<ul>
<li>Construct more helpful error message from <code>ensure!</code> when the expression involves a negative literal const generic as the first generic argument of a method call (<a href="https://github-redirect.dependabot.com/dtolnay/anyhow/issues/224">https://github.com/facebook/flipper/issues/224</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="3ca503637b"><code>3ca5036</code></a> Release 1.0.55</li>
<li><a href="6a31772f40"><code>6a31772</code></a> Add link from Context docs to Display representations</li>
<li><a href="471d6e9f02"><code>471d6e9</code></a> Release 1.0.54</li>
<li><a href="76a0b48d36"><code>76a0b48</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/anyhow/issues/224">https://github.com/facebook/flipper/issues/224</a> from dtolnay/negativelit</li>
<li><a href="c38e117db2"><code>c38e117</code></a> Handle negative literal const generic argument after left arrow</li>
<li><a href="c36c0fdc15"><code>c36c0fd</code></a> Add test of negative literal</li>
<li><a href="91b027e7fa"><code>91b027e</code></a> Add test of literal in const generic path argument</li>
<li><a href="23a7fd5d46"><code>23a7fd5</code></a> Update ensure tests to nightly-2022-02-07</li>
<li>See full diff in <a href="https://github.com/dtolnay/anyhow/compare/1.0.53...1.0.55">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=anyhow&package-manager=cargo&previous-version=1.0.53&new-version=1.0.55)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

 ---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `dependabot rebase` will rebase this PR
- `dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `dependabot merge` will merge this PR after your CI passes on it
- `dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `dependabot cancel merge` will cancel a previously requested merge and block automerging
- `dependabot reopen` will reopen this PR if it is closed
- `dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

</details>

Pull Request resolved: https://github.com/facebook/flipper/pull/3477

Reviewed By: mweststrate

Differential Revision: D34650067

Pulled By: passy

fbshipit-source-id: 5b1964c6f7a77eeb12435cbf032ebff101a99af1
2022-03-07 03:26:34 -08:00
..
2020-05-01 04:04:48 -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