[roll] Roll fuchsia [fvdl] Removing dependency on package_archive

The use of //build/gn:package_archive as an input to the test
is causing the creation of that archive on effectively all
incremental builds. This is a 40 second operation with a repository
of this size (this is an operation that doesn't scale with the
size of the incremental build, it's a constant-sized operation based
on the size of the overall TUF repo (base + cache + universe)

The package repository was not actually used in the test, so it is just
removed, and an empty directory is created instead.

The tool `fvdl` is being actively deprecated in favor of `ffx emu`
so the test is not actually being modified to improve coverage of
successfully starting package serving. This will be covered in
`ffx emu` e2e tests which should be written in the near future.

Original-Bug: 123378
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/817851
Original-Revision: cfb40eb8c1bea56d48a126c6a35549f999fdc3c0
GitOrigin-RevId: b73259587eda7d0760f7780255e1e19f7fc49a80
Change-Id: Ifd22b093c9df8b086de041729b0abc4b128b14d1
1 file changed
tree: b74acdb6864cb271be76331370c1a765effa7b35
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. toolchain
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 via the IRC channel #fuchsia on Freenode.

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.