commit | 0a8a993653664c3cb09d8c60418442c3dfa71ce2 | [log] [tgz] |
---|---|---|
author | Hunter Freyer <hjfreyer@fuchsia.infra.roller.google.com> | Thu Sep 12 13:44:26 2024 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Sep 12 06:46:15 2024 -0700 |
tree | 5e3ee3ccec3f86a26bde0d36f1e60d58f6fc09c4 | |
parent | dc8e7c25010a0f67a5cf1686fdcef9b219e070e1 [diff] |
[roll] Roll fuchsia Revert "[ffx] Use absolute paths in isolate dirs" This reverts commit 794b8c93147dd2466eb0625435504344c650b4bf. Reason for revert: (Probably) breaks internal tests. See b/366178653. Please run `fx lsc presubmit` next time! Original change's description: > [ffx] Use absolute paths in isolate dirs > > When the daemon is autostarted, there is no guarantee it starts from > the same directory as the invoking CLI. This means that if an isolate > dir is passed in as a relative path (e.g. `ffx --isolate-dir foo ...`) > the daemon may end up using a different isolate dir. The user-visible > behavior is that CLI cannot make a connection to the daemon (because the > ascendd socket ends up in a different location). > > To fix this, when a isolate dir is specified as a relative path, we > canonicalize it into an absolute path. > > Original-Fixed: 362704093 > Change-Id: I8e8b2983c905481cf8ed13355449a7727cfd5018 > Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1116679 > Reviewed-by: Andrew Davies <awdavies@google.com> > Commit-Queue: Steven Grady <slgrady@google.com> Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1116475 Original-Revision: f876c004f51d0ec0f9ecc5af1b8426c9577a3bab GitOrigin-RevId: 2474dad49b724802cfa34bb9f77eccbf41a5cf23 Change-Id: Ifd38f9a2ea5360a67c3d4159544d9ff1531afc92
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
.