[roll] Roll fuchsia [build][network] Restore ThinLTO in debug mode

While we enabled Full LTO globally in Rust via
https://fxrev.dev/1454713, the default only applies to
release builds. Netstack3 previously utilized ThinLTO
in both release and debug modes. Removing the local
configs in https://fxrev.dev/1459148 inadvertently
disabled ThinLTO for debug builds, leading to the
flakes in the attached bug.

Original-Bug: 474393750
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1500658
Original-Revision: c03ac9283c33decff6965e555e762b924d634d05
GitOrigin-RevId: cad9d9ca55da3ed6ffd74bad30fb06f59a47b048
Change-Id: Id08d4b0a42c3f33f7152a00732e0559dab055230
1 file changed
tree: c8f0e21d0b3ee838162ed0ba6dfbed404633849b
  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.