Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d4036a7

Browse files
natebiggsCommit Queue
authored and
Commit Queue
committed
Fix analysis_server build action failing with remote RBE execution.
Bug: #61510 Change-Id: I4938cebe392e523271c0e13f80bd839acf68b694 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/452580 Commit-Queue: Nate Biggs <natebiggs@google.com> Reviewed-by: Alexander Aprelev <aam@google.com>
1 parent 91bae29 commit d4036a7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

‎build/rbe/rewrapper_dart.py‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,10 +480,13 @@ def parse_analysis_server(self):
480480
self.extra_paths.add(self.rebase(self.optarg))
481481
self.entry_points.add(
482482
self.rebase(os.path.join(self.optarg, 'compiler_api.dart')))
483-
# This file isn't referenced from compiler_api.dart.
483+
# These files aren't referenced from compiler_api.dart.
484484
self.entry_points.add(
485485
self.rebase(
486486
os.path.join(self.optarg, 'src/io/mapped_file.dart')))
487+
self.entry_points.add(
488+
self.rebase(
489+
'package:shell_arg_splitter/shell_arg_splitter.dart'))
487490
else:
488491
self.unsupported('analysis_server', arg)
489492

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /