[roll] Roll infra/recipes [cmake] Fix cmake build in windows builders.

CMake swapped to llvm-mt by default on windows, which known to have
bugs. This patch swapped it back to MS mt.exe to mitigate this issue.

Original-Bug: 91177
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/recipes/+/640010
Original-Revision: 462681a0a4908529de9e4c3f326ece6d16434021
GitOrigin-RevId: 8e91f40f8e60f8a5f125901a1430a4e660c2d2dd
Change-Id: I76691cb51a345c0691e7579386549e652705af13
1 file changed
tree: 5dda86d3851cb03fcd00b530c40fc42b09eb1500
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.