Re: [Buildroot] [PATCH 2/2] package/redis: bump to v8.10.0

Julien Olivain via buildroot <[email protected]>
Newsgroups net.busybox.buildroot
Message-ID <[email protected]>
Hi Titouan,

Thanks for the patch.

On 11/08/2026 16:32, Titouan Christophe via buildroot wrote:
> Redis 8.10 is a new feature release, see the changes:
> https://github.com/redis/redis/blob/8.10.0/00-RELEASENOTES
> 
> Since upstream commit 4dd58caa7cc23225b01f31e7bd9a1ed0af7e49ad [1],
> Redis must now be built with `make build redis` to avoid building extra
> modules, which are distributed within the source code archive since 
> 8.10.0
> 
> [1] 
> https://github.com/redis/redis/commit/4dd58caa7cc23225b01f31e7bd9a1ed0af7e49ad
> 
> Signed-off-by: Titouan Christophe <[email protected]>
> ---
>  package/redis/redis.hash | 2 +-
>  package/redis/redis.mk   | 4 ++--
>  2 files changed, 3 insertions(+), 3 deletions(-)
> 
[...]
> diff --git a/package/redis/redis.mk b/package/redis/redis.mk
> index 0105f2b77c..ac4aa93670 100644
> --- a/package/redis/redis.mk
> +++ b/package/redis/redis.mk
> @@ -4,7 +4,7 @@
>  #
>  
> ################################################################################
> 
> -REDIS_VERSION = 8.8.1
> +REDIS_VERSION = 8.10.0

With this new version, the runtime test is failing, with the command:

utils/docker-run support/testing/run-tests \
     -k -d dl -o output_folder \
     tests.package.test_redis

Could you have a look, please?

>  REDIS_SITE = https://download.redis.io/releases
>  REDIS_LICENSE = \
>  	AGPL-3.0 or SSPL-1.0 or RSAL-2.0 (core); \
> @@ -49,7 +49,7 @@ REDIS_BUILDOPTS += BUILD_TLS=no
>  endif
> 
>  define REDIS_BUILD_CMDS
> -	$(TARGET_MAKE_ENV) $(MAKE) $(REDIS_BUILDOPTS) -C $(@D)
> +	$(TARGET_MAKE_ENV) $(MAKE) $(REDIS_BUILDOPTS) -C $(@D) build redis
>  endef
> 
>  define REDIS_INSTALL_TARGET_CMDS
> --
> 2.55.0

Best regards,

Julien.
_______________________________________________
buildroot mailing list
[email protected]
https://lists.buildroot.org/mailman/listinfo/buildroot
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.