[roll] Roll fuchsia [starnix_sync] Use stable definition ordering

Iterating over a hashmap causes the ordering of definitions to change
each time the proc macro is run, causing the output files to be non
deterministic. This makes the remote builders and caches unhappy. Using
stable BTree collections instead ensures we always iterate in the same
order.

Original-Bug: 351150620
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1247097
Original-Revision: 939e3bfbf9e750e32ae8319341e3e1dcb15a34c9
GitOrigin-RevId: 09b091e173ee9e9b99ef2caf6b5e624a68e3064c
Change-Id: I0cbede74ec228715e371573148611f0612f47abb
1 file changed
tree: c3b7853878d69ab17da3c28d5b4a753d8392edbb
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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 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.