[roll] Roll fuchsia [zircon][build] Introduce the eng.lk_debug_level_0 image

This image is an "eng" image compiled with an LK_DEBUGLEVEL of 0. It is
used in testing to check that we do not have load-bearing debug
assertions (that would otherwise be compiled away in production). In
particular, we will set
```
extra_kernel_test_images = [ "eng.lk_debug_level_0" ]
```
on bringup builders to automatically exercise core tests against this
kernel, replacing the need for separate ("no_debug") builders that do
this.

Original-Bug: 371568912
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1583435
Original-Revision: a72b478a4571e374ee41e025bcf3140b28e6025f
GitOrigin-RevId: 0eb4633a1e70d5916463cd23105feb237a9530b5
Change-Id: If7d7d39be16bc4d7bedb9ab7630903763fdbc84c
1 file changed
tree: 7633ee3622750fe0b2782877dea6b335ed926ce4
  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.