the ci gate runs green on the rust-gtk3 runner #12
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Parent: #1
Scope
The scaffold ships
.gitea/workflows/ci.yaml. Make it pass on the self-hostedrust-gtk3runner: frozenpnpm-lock.yaml,cargo fmt --check,cargo clippy --all-targets -D warnings,cargo test, the webview typecheck/lint/format/build, and the generated-types drift check. If the runner image lacks a librarytauri-buildneeds, extend the image ingongfoo/images/rather than installing at run time (gitea-runners.md).Consider
sccacheagainst the shared S3 cache; the cold Tauri build is most of the wall clock.Acceptance
A push to
mainis green. A commit that hand-editsui/src/api/generatedis red on the drift step; a commit with a clippy warning is red on the rust step.Depends on
Nothing.
Done, with the runner as it is; no image change was needed.
main): green onrust-gtk3, 4 min 24 s wall clock for a cold Tauri build plus the webview gate.ui/src/api/generated/Amount.ts): red on thegenerated types are currentstep, with the diff in the log. PR closed unmerged, branch deleted.-D warnings, verified locally; the workflow runs the same command.ui/srcimports Tauri's IPC module (see #13).Not done, and deliberately: sccache. The cold build is most of the 4½ minutes, but it is not yet the bottleneck on anything; revisit when a run's wall clock starts costing a session.