[roll] Roll infra/recipes [clang_toolchain] Don't return from `finally` clause

According to the Python docs, "If the finally clause executes a break,
continue or return statement, exceptions are not re-raised."
https://docs.python.org/3/tutorial/errors.html#defining-clean-up-actions

So move the finally clause into a separate function to avoid masking an
exception.

Original-Bug: 63871
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/recipes/+/575822
Original-Revision: 3ea16a1f608b5dcea8b780727804e846d186c918
GitOrigin-RevId: 8297e46ec5988b304f28061f9ceba14925c0e135
Change-Id: Ic25451cbd4e1c9e431951451bd1b79c284b1dc92
1 file changed
tree: bf2f3623720daf2a79c5e60e01a37081e46c2cd3
  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.