[roll] Roll infra/recipes [rust] Filter out vendored deps from cipd package

The rust standard library started vendoring dependencies, which caused
the roll into Fuchsia to fail due to licensing issues. As a workaround,
https://fxrev.dev/1631716 just deletes the vendor/ directory since we
aren't using it yet. Unfortunately this broke building prod bots because
we were using manifests that reference vendor/ when putting together the
cipd packages.

This patch filters out those vendor paths from the cipd manifest to fix
the build.

Original-Original-Bug: 522318179
Original-Original-Bug: 517954380
Original-Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/recipes/+/1649190
Original-Original-Revision: 2b000bae1ef70ae68b861dade6498ba46eea3cbf
GitOrigin-RevId: ea6454385d791313e851ef97874e441fd161a9cd
Change-Id: Ie4999ae628571ab77611fdf983e7035f1b5fad08
Reviewed-on: https://fuchsia-review.googlesource.com/c/integration/+/1649192
Cr-Commit-Position: refs/heads/main@{#194554}
1 file changed
tree: ebd1213ef9d2edd9ddd32cd8bf0ab2ed616c9fc9
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.