bump rueidis to 1.0.22 to fix 32-bit systems #737
Closed
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.
Proposed changes
This is a small change that updates
github.com/redis/rueidis
fromv1.0.21
tov1.0.22
that contains a fix for atomics on 32-bit systems (see redis/rueidis#408).For context, I’m maintaining Centrifugo package in NixOS/Nixpkgs that was recently merged and will be available in 23.11 release. Part of the NixOS release process is the Zero Hydra Failures Project (Hydra is a CI system used in Nix ecosystem), a campaign that aims to reduce the number of failing jobs. We have a simple integration test for Centrifugo that is failing on
i686-linux
, see https://hydra.nixos.org/build/242072250/nixlog/1.I’d like to avoid backporting this change by patching the source code, and since there were no major changes since the last release, I’d appreciate if you can create
v5.1.2
.