Skip to content

Commit d01b482

Browse files
committed
ci: converge Core provider rebuild before publication
1 parent d6a0ab5 commit d01b482

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/core-media-finalize-main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)