[roll] Roll fuchsia [fint] Don't rely on $TMPDIR being set

$TMPDIR isn't set on glinux, so default to a temporary directory created
using `mktemp -d` if it's not set.

This was breaking `fx repro` workflows.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/691164
Original-Revision: c12a9cf197c308aa55944b2bc32d86db41df833b
GitOrigin-RevId: e66b0fd1be8bdc3c1cfdfc0faf5de7186b616f12
Change-Id: Ic6384fe4b849757d28c13167f44ce4ae0f8b0b5c
1 file changed
tree: da294d5f93b06eae57d4969af51660848501f9d8
  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.