[roll] Roll infra/recipes [checkout] Fix custom toolchain logic
commit 8a004475a1b1e0236586c9713a3c63c656631bff incorrectly included not
just a change to move the toolchain downloading logic into the checkout
module, but also a change to install each toolchain at the location of
its corresponding CIPD package, which breaks builds. We must revert to
installing custom toolchains in non-standard locations.
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/recipes/+/916973
Original-Revision: 9801aebc6c41f8f3dc09fc3af230e6256f624350
GitOrigin-RevId: 7a99d82c8050487885f906803f80821cadbc3454
Change-Id: I0f56e6b598f9ff3b505ba3ee8d0172a725afd949
diff --git a/infra/recipes b/infra/recipes
index 6edcd9d..fd42029 100644
--- a/infra/recipes
+++ b/infra/recipes
@@ -11,6 +11,6 @@
path="infra/recipes"
remote="https://fuchsia.googlesource.com/infra/recipes"
gerrithost="https://fuchsia-review.googlesource.com"
- revision="4bfd47cba402172ccfcdaaba60fc986ae00170fb"/>
+ revision="9801aebc6c41f8f3dc09fc3af230e6256f624350"/>
</projects>
</manifest>