chore(common): bump the common submodule to 4de5dfa #92
Loading…
Reference in a new issue
No description provided.
Delete branch "chore/GOV-45-update-common-submodule"
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?
Bumps the
commonsubmodule gitlink fromd424d6ato4de5dfa(currentpsa-systems/commonmain). Part of the cross-repo sync tracked in GOV-45.What the new pin brings in: the
dev_extra_volumesvariable ondev-clean, thevirtual-workspacerelease layout, the reusable check workflow's runner-label switch toRUNS_ON_OPENSUSE_DEV_LATESTplus itscompile_step/test_args/cacheinputs, the nu line-continuation fix inbuild-docker-export, and thecheck-tree-ownershipguard.No justfile change is needed in this repo. forgejo-cli sets
pre_commit_mode := "docker"and does not overridepre-commit, so the new ownership guard arrives with the gitlink and already runs at the end of the hook.defaultis already the first recipe.release_layout := "workspace"withrelease_manifest := "crates/fj/Cargo.toml"remains correct: the root manifest is virtual but carries no[workspace.package] version(each member versions itself), so the newvirtual-workspacelayout does not apply. There is nocompose.dev.yml, sodev_extra_volumeshas nothing to add, and forgejo-cli ships its owncheck.ymlrather than calling the shared workflow.Verification:
just pre-commitpasses on the new pin (fmt, clippy, build, the full test suite, andcheck-tree-ownershipreports the working tree fully owned by the host user).#GOV-45