Summary: Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.61 to 1.0.65. <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.65</h2> <ul> <li><!-- raw HTML omitted -->impl <!-- raw HTML omitted -->Provider<!-- raw HTML omitted --> for anyhow::Error<!-- raw HTML omitted --></li> </ul> <h2>1.0.64</h2> <ul> <li>Correctly propagate Backtrace when using <code>#[source] anyhow::Error</code> with <a href="https://github.com/dtolnay/thiserror">thiserror</a> crate (<a href="https://github-redirect.dependabot.com/dtolnay/anyhow/issues/231">https://github.com/facebook/flipper/issues/231</a>)</li> </ul> <h2>1.0.63</h2> <ul> <li>Expose backtraces via the new "generic member access" API on the Error trait (<a href="https://github-redirect.dependabot.com/rust-lang/rust/issues/99301">rust-lang/rust#99301</a>, <a href="https://github-redirect.dependabot.com/rust-lang/rust/issues/96024">rust-lang/rust#96024</a>)</li> </ul> <h2>1.0.62</h2> <ul> <li>Fix extra rebuilding when interleaving command-line <code>cargo</code> invocations with IDE builds (<a href="https://github-redirect.dependabot.com/dtolnay/anyhow/issues/261">https://github.com/facebook/flipper/issues/261</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="4de2068f71"><code>4de2068</code></a> Release 1.0.65</li> <li><a href="07acdacfea"><code>07acdac</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/anyhow/issues/271">https://github.com/facebook/flipper/issues/271</a> from dtolnay/provider</li> <li><a href="ee49ec0d49"><code>ee49ec0</code></a> Add impl Provider in build.rs probe</li> <li><a href="b7448d3ad6"><code>b7448d3</code></a> impl std::any::Provider for anyhow::Error</li> <li><a href="916e22bf36"><code>916e22b</code></a> Release 1.0.64</li> <li><a href="480e480412"><code>480e480</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/anyhow/issues/268">https://github.com/facebook/flipper/issues/268</a> from dtolnay/provide</li> <li><a href="b30f5c594b"><code>b30f5c5</code></a> Include outer backtrace when called as source.provide</li> <li><a href="4b8df91794"><code>4b8df91</code></a> GitHub Workflows security hardening</li> <li><a href="007c69c3c5"><code>007c69c</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/anyhow/issues/267">https://github.com/facebook/flipper/issues/267</a> from dtolnay/demand</li> <li><a href="1b298fe981"><code>1b298fe</code></a> Rename &mut Demand arguments to 'demand'</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/anyhow/compare/1.0.61...1.0.65">compare view</a></li> </ul> </details> <br /> [](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/4109 Reviewed By: aigoncharov Differential Revision: D40335003 Pulled By: mweststrate fbshipit-source-id: 0a8cb462eb706cc86a5a40a2065e99cbaf46a4c3
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.4.0
Facebook, Inc.
Helper tool that breaks down a Flipper release into smaller artifacts.
USAGE:
flipper-packer [OPTIONS] <PLATFORM>
ARGS:
<PLATFORM> Platform to build for
OPTIONS:
-d, --dist <DIST> Flipper dist directory to read from [default:
~/fbsource/xplat/sonar/dist]
-h, --help Print help information
--no-compression Skip compressing the archives (for debugging)
-o, --output <OUTPUT> Directory to write output files to [default: .]
-p, --packlist <PACKLIST> Custom list of files to pack
-V, --version Print version information
Buck:
buck run :packer