Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
feat(mobile): add the App Store 4.7 self-audit, a release build path, and a UniFFI smoke test #332
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uh oh!
There was an error while loading. Please reload this page.
feat(mobile): add the App Store 4.7 self-audit, a release build path, and a UniFFI smoke test #332
Changes from 2 commits
1b6a69eb05b714ec27cbff05e357File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
There are no files selected for viewing
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
📐 Maintainability & Code Quality | 🟠 Major | ⚡ Quick win
🧩 Analysis chain
🏁 Script executed:
Repository: doublegate/RustySNES
Length of output: 2084
🏁 Script executed:
Repository: doublegate/RustySNES
Length of output: 314
Add
smoketoci-success.needs. The workflow grantscontents: read, butci-successomitssmoke; a failing smoke test can merge without failing the required check. Add anametosmokefor readable check output.🧰 Tools
🪛 zizmor (1.28.0)
[info] 318-318: workflow or action definition without a name (anonymous-definition): this job
(anonymous-definition)
🤖 Prompt for AI Agents
Sources: Path instructions, Linters/SAST tools
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
📐 Maintainability & Code Quality | 🔵 Trivial | ⚡ Quick win
Extract the NDK setup into a composite action to enforce the invariant the comment states.
Lines 337-351 duplicate lines 70-86 verbatim, including the NDK version
27.2.12479018. The comment at lines 333-336 states that the two jobs must build with the same NDK and that a divergence would be impossible to attribute. A copied literal is the mechanism most likely to produce exactly that divergence: a version bump applied to one job and not the other passes review and CI.The repository already uses this pattern with
./.github/actions/rust-setup. Move the NDK install and thecargo-ndkinstall into a single composite action and call it from both jobs. The version then exists in one place.Proposed structure
New file
.github/actions/android-ndk-setup/action.yml:Then in
.github/workflows/android.yml, replace both copies:🤖 Prompt for AI Agents
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.