mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
|
Some checks failed
DB migration compat / Check if migrations changed (push) Has been cancelled
DB migration compat / Back-compat — Current branch migrations with ${{ needs.check-migrations-changed.outputs.base_branch }} branch code (push) Has been cancelled
DB migration compat / Forward-compat — Current branch code with ${{ needs.check-migrations-changed.outputs.base_branch }} branch migrations (push) Has been cancelled
DB migration compat / No migration changes (skipped) (push) Has been cancelled
Two bugs surfaced by end-to-end testing against a freshly-built qcow2:
1. $STACK_EMULATOR_CLI_WROTE_ISO was referenced unguarded under `set -u`,
so any code path that didn't set it (capture, direct-shell) tripped
`unbound variable` before reaching the early-return. Use :- default.
2. ensure_runtime_config_iso was overwriting cmd_capture's specialized
empty-VM_DIR_HOST ISO with the host-dir variant. Since virtfs is
detached in capture mode, run-stack-container then tried to publish
internal-pck to /host/... and restart-looped stack.service, so no
service ever became healthy and capture aborted after 240s. Previously
masked by snapshot_fallback_to_cold_boot;
|
||
|---|---|---|
| .. | ||
| backend | ||
| dependencies | ||
| dev-postgres-replica | ||
| dev-postgres-with-extensions | ||
| local-emulator | ||
| mock-oauth-server | ||
| server | ||