Summary: Bumps [data-encoding](https://github.com/ia0/data-encoding) from 2.3.2 to 2.4.0. <details> <summary>Commits</summary> <ul> <li><a href="f33934d42b"><code>f33934d</code></a> Release 2.4.0 (<a href="https://redirect.github.com/ia0/data-encoding/issues/67">https://github.com/facebook/flipper/issues/67</a>)</li> <li><a href="0fe84fab1c"><code>0fe84fa</code></a> Fix typo in lib.rs (<a href="https://redirect.github.com/ia0/data-encoding/issues/65">https://github.com/facebook/flipper/issues/65</a>)</li> <li><a href="39bfd68c8d"><code>39bfd68</code></a> Run semver-chesk on stable (<a href="https://redirect.github.com/ia0/data-encoding/issues/66">https://github.com/facebook/flipper/issues/66</a>)</li> <li><a href="24af65db5a"><code>24af65d</code></a> Add semver-checks test (<a href="https://redirect.github.com/ia0/data-encoding/issues/60">https://github.com/facebook/flipper/issues/60</a>)</li> <li><a href="2101ab6f53"><code>2101ab6</code></a> Stop using actions-rs (<a href="https://redirect.github.com/ia0/data-encoding/issues/64">https://github.com/facebook/flipper/issues/64</a>)</li> <li><a href="797069b110"><code>797069b</code></a> Release bin 0.3.2 (<a href="https://redirect.github.com/ia0/data-encoding/issues/63">https://github.com/facebook/flipper/issues/63</a>)</li> <li><a href="61637ba310"><code>61637ba</code></a> Fix crash with invalid length for base16 (<a href="https://redirect.github.com/ia0/data-encoding/issues/62">https://github.com/facebook/flipper/issues/62</a>)</li> <li><a href="1265f22f5e"><code>1265f22</code></a> Use checkout v3 (<a href="https://redirect.github.com/ia0/data-encoding/issues/61">https://github.com/facebook/flipper/issues/61</a>)</li> <li><a href="db52b41640"><code>db52b41</code></a> Fix rustfmt</li> <li><a href="5c7924deb7"><code>5c7924d</code></a> Run tests with Miri (<a href="https://redirect.github.com/ia0/data-encoding/issues/59">https://github.com/facebook/flipper/issues/59</a>)</li> <li>Additional commits viewable in <a href="https://github.com/ia0/data-encoding/compare/v2.3.2...v2.4.0">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/4760 Reviewed By: ivanmisuno Differential Revision: D46070290 Pulled By: passy fbshipit-source-id: be172c0af7145d7a4ff8e25501b3c909879e7e6a
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