Update dependency resolution#23104
Update dependency resolution#23104datadog-agent-integrations-bot[bot] wants to merge 1 commit intopiotr.wolski/custom-build/pr-23102from
Conversation
Uses SHA from bot PR DataDog/integrations-core#23104 which includes lockfiles built with librdkafka compiled with zstd support. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 87f6bd4afd
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "linux-x86_64": "sha256:2d047922e507788caf56f9c838dabb8c6e7c03e1ace42d37089594edba817587", | ||
| "windows-x86_64": "sha256:76f8227272bd89c301135e20965950d996b57fc214e6ea735b685111090ee617" | ||
| } | ||
| {} |
There was a problem hiding this comment.
Repopulate builder image digests for all targets
Replacing .deps/image_digests.json with {} removes the digests that the dependency workflow needs when builder_changed == 'false': in .github/workflows/resolve-build-deps.yaml the “Pull image and build wheels” step reads jq -r '.["${{ matrix.job.image }}"]', which returns null for missing keys, and .builders/build.py then treats --digest null as present and tries to pull ghcr.io/datadog/agent-int-builder@null. That causes the build phase to fail on the next run that reuses existing builder images.
Useful? React with 👍 / 👎.
| lazy-loader @ https://agent-int-packages.datadoghq.com/built/lazy-loader/lazy_loader-0.4-20260319153659-py3-none-any.whl#sha256=8a0e48065225ff214f449a3e0f8b82cbf6b5e436a27e4a1b419aa8727e46cafe | ||
| openstacksdk @ https://agent-int-packages.datadoghq.com/built/openstacksdk/openstacksdk-4.10.0-20260319171344-py3-none-any.whl#sha256=d6d79d66e0161683a09bae9a83af8d6a3fc2f31e3c4c347d2e2599ca048b2eae | ||
| os-service-types @ https://agent-int-packages.datadoghq.com/built/os-service-types/os_service_types-1.8.2-20260319171349-py3-none-any.whl#sha256=758ccaa020eea0edd84bcf4123746ddd060d1dbaeef63d04d76bd2e0ae6f91d8 | ||
| pbr @ https://agent-int-packages.datadoghq.com/built/pbr/pbr-7.0.3-20260319171354-py2.py3-none-any.whl#sha256=1544652b80307f0b4c491bd66f58f969cb0656994e632365f90e8e044c223b4e |
|
Closing this, it's stale. |
Motivation
Direct dependencies were updated in c7c2eb2.
Additional Notes
This PR was automatically generated by the following workflow:
https://github.com/DataDog/integrations-core/actions/runs/23760436213