-
Notifications
You must be signed in to change notification settings - Fork 212
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update dependencies to resolve cargo deny check failures #1660
Open
BraveY
wants to merge
6
commits into
dragonflyoss:master
Choose a base branch
from
BraveY:fix-ci
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
BraveY
requested review from
hsiangkao,
power-more and
Desiki-high
and removed request for
a team
January 15, 2025 08:13
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1660 +/- ##
==========================================
+ Coverage 60.05% 60.41% +0.35%
==========================================
Files 147 146 -1
Lines 49624 48926 -698
Branches 47078 46380 -698
==========================================
- Hits 29802 29557 -245
+ Misses 18040 17903 -137
+ Partials 1782 1466 -316
|
…ny check failures Signed-off-by: Yang Kaiyong <yangkaiyong.yky@antgroup.com>
Signed-off-by: Yang Kaiyong <yangkaiyong.yky@antgroup.com>
BraveY
requested review from
NehemiahMi and
gaius-qi
and removed request for
a team
January 20, 2025 09:04
imeoer
reviewed
Jan 20, 2025
Signed-off-by: Yang Kaiyong <yangkaiyong.yky@antgroup.com>
imeoer
reviewed
Jan 22, 2025
Signed-off-by: Yang Kaiyong <yangkaiyong.yky@antgroup.com>
Signed-off-by: Yang Kaiyong <yangkaiyong.yky@antgroup.com>
imeoer
reviewed
Jan 23, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
others LGTM.
BraveY
force-pushed
the
fix-ci
branch
3 times, most recently
from
January 26, 2025 10:42
4da27f9
to
d1849f5
Compare
The backend-oss feature is nerver enabled, so comment the test code. Signed-off-by: Yang Kaiyong <yangkaiyong.yky@antgroup.com>
BraveY
force-pushed
the
fix-ci
branch
2 times, most recently
from
January 26, 2025 11:53
a88ab8d
to
d739f29
Compare
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.
Relevant Issue (if applicable)
If there are Issues related to this PullRequest, please list it.
Details
Please describe the details of PullRequest.
Bump rust version to stable version 1.84.0 and update dependencies to resolve the broken CI caused by cargo deny checks.
Since cross can't build openssl v1.68 on riscv64, use a custom Docker image to build on RISC-V64.
Types of changes
What types of changes does your PullRequest introduce? Put an
x
in all the boxes that apply:Checklist
Go over all the following points, and put an
x
in all the boxes that apply.