Skip to content
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

Fix RDMA build dependence #1074

Merged
merged 1 commit into from
Sep 25, 2024

Conversation

pizhenwei
Copy link
Contributor

RDMA module has dependence on '$(SERVER_NAME)' rather than the old style '$(REDIS_SERVER_NAME)'.

RDMA module has dependence on '$(SERVER_NAME)' rather than the old
style '$(REDIS_SERVER_NAME)'.

Signed-off-by: zhenwei pi <[email protected]>
@zuiderkwast
Copy link
Contributor

So this causes a problem when building with -j10. Let's include it in the next patch release.

@zuiderkwast zuiderkwast added the bug Something isn't working label Sep 25, 2024
@zuiderkwast zuiderkwast merged commit 983bb51 into valkey-io:unstable Sep 25, 2024
45 checks passed
Copy link

codecov bot commented Sep 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 70.59%. Comparing base (99865b1) to head (edf1d23).
Report is 1 commits behind head on unstable.

Additional details and impacted files
@@             Coverage Diff              @@
##           unstable    #1074      +/-   ##
============================================
- Coverage     70.60%   70.59%   -0.02%     
============================================
  Files           114      114              
  Lines         61695    61695              
============================================
- Hits          43560    43551       -9     
- Misses        18135    18144       +9     

see 13 files with indirect coverage changes

@enjoy-binbin enjoy-binbin added the release-notes This issue should get a line item in the release notes label Sep 25, 2024
@pizhenwei pizhenwei deleted the fix-rdma-build-dependence branch September 26, 2024 01:33
madolson pushed a commit to madolson/valkey that referenced this pull request Sep 30, 2024
RDMA module has dependence on '$(SERVER_NAME)' rather than the old style
'$(REDIS_SERVER_NAME)'.

Signed-off-by: zhenwei pi <[email protected]>
naglera pushed a commit to naglera/placeholderkv that referenced this pull request Oct 10, 2024
RDMA module has dependence on '$(SERVER_NAME)' rather than the old style
'$(REDIS_SERVER_NAME)'.

Signed-off-by: zhenwei pi <[email protected]>
Signed-off-by: naglera <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working release-notes This issue should get a line item in the release notes
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants