Skip to content

Conversation

@zanderso
Copy link
Member

@zanderso zanderso commented Oct 31, 2025

As in the Dart build here:

https://github.com/dart-lang/sdk/blame/fc8b3d79277c55f613423e125f49c80643d2498a/build/toolchain/fuchsia/fuchsia_toolchain.gni#L24

For unknown reasons, the __config_site file has to be explicitly listed as an input to the build to ensure it is available in the RBE workers.

This PR also cleans up unnecessary flags from the Fuchsia toolchain definition. The target triple and sysroot flags are already injected into the compiler flags by the Fuchsia build configs.

linux_fuchsia presub ran in 16 minutes.

@github-actions github-actions bot added the engine flutter/engine related. See also e: labels. label Oct 31, 2025
Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the Fuchsia build configuration to fix issues with Remote Build Execution (RBE). The main changes include explicitly listing the __config_site file as a build input for RBE workers and removing now-unnecessary target_triple and sysroot flags from the toolchain definition, as these are handled by the Fuchsia build configs. Additionally, compiler commands are updated to use -MMD instead of -MD for dependency generation, which is a good improvement.

@zanderso zanderso added the autosubmit Merge PR when tree becomes green via auto submit App label Nov 2, 2025
@auto-submit auto-submit bot added this pull request to the merge queue Nov 2, 2025
Merged via the queue into flutter:master with commit 590a783 Nov 2, 2025
185 checks passed
@flutter-dashboard flutter-dashboard bot removed the autosubmit Merge PR when tree becomes green via auto submit App label Nov 2, 2025
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Nov 2, 2025
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Nov 2, 2025
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Nov 2, 2025
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Nov 3, 2025
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Nov 3, 2025
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Nov 3, 2025
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Nov 3, 2025
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Nov 3, 2025
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Nov 3, 2025
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Nov 4, 2025
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Nov 4, 2025
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Nov 4, 2025
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Nov 4, 2025
reidbaker pushed a commit to AbdeMohlbi/flutter that referenced this pull request Dec 10, 2025
As in the Dart build here:


https://github.com/dart-lang/sdk/blame/fc8b3d79277c55f613423e125f49c80643d2498a/build/toolchain/fuchsia/fuchsia_toolchain.gni#L24

For unknown reasons, the `__config_site` file has to be explicitly
listed as an input to the build to ensure it is available in the RBE
workers.

This PR also cleans up unnecessary flags from the Fuchsia toolchain
definition. The target triple and sysroot flags are already injected
into the compiler flags by the Fuchsia build configs.

linux_fuchsia presub ran in 16 minutes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

engine flutter/engine related. See also e: labels.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants