commit | c801cbe151c18e8171cef1b7d4315b52eabcea50 | [log] [tgz] |
---|---|---|
author | Nathan Mulcahey <nmulcahey@fuchsia.infra.roller.google.com> | Thu Aug 31 19:08:29 2023 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Aug 31 12:10:25 2023 -0700 |
tree | 280136125bd62df93afa77a19755eb8e429e444b | |
parent | 2c6a47eddf816dba601c86bf34f7e8daa737b3e3 [diff] |
[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.