这是indexloc提供的服务,不要输入任何密码
Skip to content

Conversation

@camsim99
Copy link
Contributor

@camsim99 camsim99 commented Oct 10, 2025

The file added will be deleted. This is just to trigger an engine build.

Work around for #176838.

Pre-launch Checklist

If you need help, consider asking for advice on the #hackers-new channel on Discord.

Note: The Flutter team is currently trialing the use of Gemini Code Assist for GitHub. Comments from the gemini-code-assist bot should not be taken as authoritative feedback from the Flutter team. If you find its comments useful you can update your code accordingly, but if you are unsure or disagree with the feedback, please feel free to wait for a Flutter team member's review for guidance on which automated comments should be addressed.

@flutter-dashboard
Copy link

This pull request was opened from and to a release candidate branch. This should only be done as part of the official Flutter release process. If you are attempting to make a regular contribution to the Flutter project, please close this PR and follow the instructions at Tree Hygiene for detailed instructions on contributing to Flutter.

Reviewers: Use caution before merging pull requests to release branches. Ensure the proper procedure has been followed.

@github-actions github-actions bot added the engine flutter/engine related. See also e: labels. label Oct 10, 2025
@camsim99 camsim99 requested a review from jmagman October 10, 2025 16:59
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 introduces a temporary file, engine/TRIGGER.md, to initiate an engine build for the 3.38 beta release. The file is slated for deletion in a subsequent commit. My review includes one suggestion to add a final newline to the file, which is a standard convention for text files and improves compatibility with various development tools.

@@ -0,0 +1,2 @@
<!-- TODO(camsim99): Delete this file. -->
This file is purely to trigger an engine release build and will be deleted in a future commit pre-release. No newline at end of file
Copy link
Contributor

Choose a reason for hiding this comment

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

medium

It's a good practice for text files to end with a single newline character. This prevents potential issues with some command-line tools (like cat and wc) and can avoid unexpected behavior in some diff viewers or when concatenating files.

Suggested change
This file is purely to trigger an engine release build and will be deleted in a future commit pre-release.
This file is purely to trigger an engine release build and will be deleted in a future commit pre-release.

@camsim99 camsim99 added the autosubmit Merge PR when tree becomes green via auto submit App label Oct 10, 2025
@jtmcdole jtmcdole merged commit 2b8e65b into flutter:flutter-3.38-candidate.0 Oct 10, 2025
86 of 170 checks passed
auto-submit bot pushed a commit that referenced this pull request Oct 17, 2025
My PR updating engine.version (#177178) for the 3.38.0 beta release isn't passing the analyzer because the engine artifacts don't exist. This PR will trigger another engine build, and then I'll use its merge SHA in engine.version. And it conveniently deletes the file used for this same purpose in #176842.
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Nov 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

autosubmit Merge PR when tree becomes green via auto submit App engine flutter/engine related. See also e: labels.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants