[roll] Roll infra/recipes [go] Stop using /usr/bin/{gcc,ar,...}

These binaries are no longer found in Infra.

We can trivially disable cgo to workaround this as it is not necessary
to build the toolchain, however there are several compile tests that do
not respect the environment variable, so also pass `CC` and `AR`, and do
some more shenanigans to get `ar` on PATH because go also ignores the
`AR` environment variable sometimes too.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/recipes/+/909892
Original-Revision: 923dd244f696969d80612240808fc5b56ca94810
GitOrigin-RevId: ed5b8d0ff126352e6a4ea7e521f4d0ffac089c98
Change-Id: I6582e1124fe58be0c02c0e3c1a99c5686fb92cf9
1 file changed
tree: 280136125bd62df93afa77a19755eb8e429e444b
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.