File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -127,7 +127,12 @@ jobs:
127127 python scripts/normalize_core_media_policy.py --apply
128128 python scripts/apply_runtime_capability_upgrade_v4.py
129129 python scripts/build_provider_runtime_profiles.py
130+ # Two materialization passes are deliberate: pass 1 migrates old published
131+ # bytes, pass 2 proves every generic patch survives its own rebuilt/Terser
132+ # representation before any client-visible version is finalized.
130133 python scripts/reapply_published_overrides.py
134+ python scripts/reapply_published_overrides.py
135+ python scripts/reapply_published_overrides.py --check
131136 python scripts/generate_language_manifests.py
132137 python scripts/prune_unreferenced_providers.py
133138 python scripts/sync_release_versions.py --manifest manifest.json --previous "$RUNNER_TEMP/manifest-before.json"
You can’t perform that action at this time.
0 commit comments