build(ci): add dragonfly-client-util request example to Dockerfiles#1780
Merged
build(ci): add dragonfly-client-util request example to Dockerfiles#1780
Conversation
Signed-off-by: Gaius <gaius.qi@gmail.com>
hhhhsdxxxx
approved these changes
Apr 10, 2026
imeoer
approved these changes
Apr 10, 2026
imeoer
approved these changes
Apr 10, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1780 +/- ##
==========================================
- Coverage 44.43% 44.41% -0.03%
==========================================
Files 91 91
Lines 26054 26054
==========================================
- Hits 11578 11571 -7
- Misses 14476 14483 +7 🚀 New features to boost your workflow:
|
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.
Description
This pull request updates the Docker build configuration to include the
dragonfly-client-util/examples/requestexample in the Docker images. This ensures that the example code and its dependencies are available in the build context for all relevant Dockerfiles.Docker build context updates:
COPYinstructions fordragonfly-client-util/examples/request/Cargo.tomland itssrcdirectory to theci/Dockerfile, ensuring the example is included in the production build.COPYinstructions toci/Dockerfile.debugfor the debug build.COPYinstructions toci/Dockerfile.dfinitfor the dfinit build.Related Issue
Motivation and Context
Screenshots (if appropriate)