chore(deps): post-rc.1 dependency bumps (#1459, #1460) with Level Zero pin alignment - #1462
Merged
Merged
Conversation
Renovate's dev-image bump moved `LEVEL_ZERO_VERSION` to 1.33.1 in
`build-config.env`, but the Windows MSVC+SYCL leg in
`libvmaf-build-matrix.yml` still cloned `--branch v1.32.0`. That leg runs
under `cmd` and cannot source the env file, so the version is mirrored
by hand — and `check-base-image-single-source.sh` exists precisely to
catch the two drifting apart, which it did:
::error title=version drift::.github/workflows/libvmaf-build-matrix.yml:1060
clones Level Zero v1.32.0; build-config.env says 1.33.1
Verified the tag exists upstream before pointing a required build at it
(`git ls-remote` shows both v1.32.0 and v1.33.1). The gate now reports
Level Zero 1.33.1 consistently.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This was referenced Sep 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Folds the two Renovate bumps that apply cleanly onto post-rc.1
masterinto one PR, so they share a single CI cycle instead of fanning out separate matrix runs:otel/opentelemetry-collector-contribDocker tag → v0.161.0Plus one fix the bump needed: Renovate updated
LEVEL_ZERO_VERSIONinbuild-config.envbut not the hand-mirrored--branch v1.32.0in the Windows MSVC+SYCL leg, which runs undercmdand cannot source the env file.check-base-image-single-source.shcaught the drift; the tag was verified to exist upstream before pointing a required build at it.Of the other Renovate drafts: #1427, #1435 and #1437 were already on master via #1425 and are closed. #1426, #1430, #1432, #1440 and #1442 conflict because their branches predate the train — in every case master is already newer on the surrounding lines — so their rebase checkbox is ticked and Renovate will regenerate them against current master rather than hand-merging stale diffs.
Deep-dive deliverables
AGENTS.mdinvariant note — no rebase-sensitive invariantsReproducer
bash scripts/ci/check-base-image-single-source.sh # check-workflow-versions: OK (Level Zero 1.33.1, ...)🤖 Generated with Claude Code