[roll] Roll fuchsia [superproject] Roll third_party/go fb94b45..989adfc (22 commits)

989adfc:https://fuchsia-review.googlesource.com/c/third_party/go/+/795782 Merge tag 'go1.19.5' into HEAD
1e9ff25 [release-branch.go1.19] go1.19.5
071a1ed [release-branch.go1.19] misc/cgo/testcshared: handle unsuffixed dlltool path
7d06dd6 [release-branch.go1.19] runtime: revert "call __fork instead of fork on darwin"
c8104a1 [release-branch.go1.19] crypto/x509: return typed verification errors on macOS
e04be8b [release-branch.go1.19] crypto/x509: reallow duplicate attributes in CSRs
c176029 [release-branch.go1.19] cmd/compile: sign-extend the 2nd argument of the LoweredAtomicCas32 on loong64,mips64x,riscv64
24963e5 [release-branch.go1.19] cmd/link: recognize the new R_LARCH_32_PCREL type on loong64
5758a14 [release-branch.go1.19] cmd/compile: fix broken IR for iface -> eface
91bc4cd [release-branch.go1.19] runtime: call __fork instead of fork on darwin
41eb70a [release-branch.go1.19] syscall, internal/poll: fall back to accept on linux-arm
da744b1 [release-branch.go1.19] cmd/compile: fix conditional move rule on PPC64
7683c71 [release-branch.go1.19] cmd/compile: fix conditional select rule
7540675 [release-branch.go1.19] all: upgrade golang.org/x/net to v0.0.0-20221214163817-183621ab9c4e
45ba8ba [release-branch.go1.19] os: skip size test in TestLstat if the file is a symlink
926ffba [release-branch.go1.19] cmd/compile: fix missing typecheck for static initialization slice
1b4db7e [release-branch.go1.19] cmd/link/internal/ppc64: fix trampoline reuse distance calculation
06f8a2f [release-branch.go1.19] cmd/go: remove TestScript/version_buildvcs_git_gpg
df5d4d3 [release-branch.go1.19] sync/atomic: allow linked list of atomic pointers again
741e65d [release-branch.go1.19] net: reenable SRV tests with _ldap._tcp.google.com
c2a2fba [release-branch.go1.19] cmd/go: skip TestScript/mod_replace_gopkgin
1565780 [release-branch.go1.19] cmd/compile: turn off jump tables when spectre retpolines are on
GitOrigin-RevId: 4f92c89e0ae78a0a7f655eea66e67484ccda578c
Roller-URL: https://ci.chromium.org/b/8790310316948512577
CQ-Do-Not-Cancel-Tryjobs: true
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/795845
Original-Revision: 21c0b82b585ec982722236113626c06184ec6360
Change-Id: Ifd310c9df9f7129444014c9632fb1ac9ebc5f869
1 file changed
tree: 4beef6013f440e59ca2b3660762e82d6c7fa4c25
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.