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 Valkey binary build workflow, version support changes. #1429

Merged
merged 3 commits into from
Dec 12, 2024

Conversation

roshkhatri
Copy link
Member

Fixes #1269 and #1343
This change makes the binary build on the target ubuntu version.

This PR also deprecated ubuntu18 and valkey will not support:

  • X86:
    • Ubuntu 20
    • Ubuntu 22
    • Ubuntu 24
  • ARM:
    • Ubuntu 20
    • Ubuntu 22

Removed ARM ubuntu 24 as the action we are using for ARM builds does not support Ubuntu 24.

Signed-off-by: Roshan Khatri <[email protected]>
Copy link

codecov bot commented Dec 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 70.88%. Comparing base (0c8ad5c) to head (5844cb1).
Report is 4 commits behind head on unstable.

Additional details and impacted files
@@             Coverage Diff              @@
##           unstable    #1429      +/-   ##
============================================
+ Coverage     70.76%   70.88%   +0.12%     
============================================
  Files           119      119              
  Lines         64618    64618              
============================================
+ Hits          45728    45806      +78     
+ Misses        18890    18812      -78     

see 15 files with indirect coverage changes

@madolson madolson added the release-notes This issue should get a line item in the release notes label Dec 12, 2024
@madolson
Copy link
Member

For future references, future binary releases will have libc issues fixed. (This was mostly reported with TLS)

@madolson madolson linked an issue Dec 12, 2024 that may be closed by this pull request
@madolson madolson merged commit 3a1043a into valkey-io:unstable Dec 12, 2024
47 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-notes This issue should get a line item in the release notes
Projects
None yet
3 participants