[roll] Roll fuchsia [fx set] Don't print "compiling fx set"

We now rebuild the fx-set executable whenever git HEAD changes. Given
that `fx set` only needs to be run at most once a day for most
workflows, we end up rebuilding the executable on nearly every run. That
diminishes the utility of printing the "compiling fx set" status message
because users will just become accustomed to the slight slowdown as it
will apply to every run – we originally added the log under the
assumption that we'd only have to recompile rarely.

At this point the log probably does more harm than good by exposing
potentially confusing implementation details to users and calling out
the compilation latency, which generally won't even be noticeable
compared to the 10-20 seconds that `fx set` normally takes.

Original-Bug: 68465
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/521805
Original-Revision: c23a285a3840c1d8d273aac3931cb6eff32ddcf3
GitOrigin-RevId: 995a9f718945073bb7a507ce11e3370a767a4f7e
Change-Id: Iad04b91670531c5fca28bc569983b31bdf6abe12
1 file changed
tree: 9aebc0df0ec805b9574702dab5aaab76205f15b6
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. 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 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.