[roll] Roll fuchsia [build] Fix RBE wrapper not to interfere with options it doesn't understand
Without this, the wrapper thinks that e.g. `-r` is short for
`-rtlib` and is missing its option value. There is no need for
the wrapper to recognize options just because they exist, so
rather than adding each option that is otherwise broken by it, it
should just leave all other options alone as seems to be the
intent. The compiler options don't use prefix-matching logic, so
the wrapper should not either.
Original-Bug: 342469121
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1057973
Original-Revision: 77f048e2c954a468d615e736eb302430a047d0e2
GitOrigin-RevId: 19183cda7bc1e7e7cd641a64a7f6620cbb6cc059
Change-Id: I6671b22fbef86229089b6ee32d536466a98d5a80
diff --git a/stem b/stem
index 441a0dc..b010490 100644
--- a/stem
+++ b/stem
@@ -11,7 +11,7 @@
githooks="integration/git-hooks"
remote="https://fuchsia.googlesource.com/fuchsia"
gerrithost="https://fuchsia-review.googlesource.com"
- revision="6aaab1d8605eaee13a19b0d3bb0b9f51c26ecc73"/>
+ revision="77f048e2c954a468d615e736eb302430a047d0e2"/>
</projects>
<hooks>
<hook name="install-environment"