fix: Use Valkey 8.1.5-jammy for GLIBC 2.36 compatibility
All checks were successful
BotServer CI / build (push) Successful in 8m54s

- noble version requires GLIBC 2.38 (Ubuntu 24.04)
- jammy version works with GLIBC 2.36 (Ubuntu 22.04)
- System has GLIBC 2.36, needs compatible binary

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
Rodrigo Rodriguez 2026-02-15 01:01:12 +00:00
parent 0e1013e4ca
commit 92d21fe3f7

View file

@ -38,9 +38,9 @@ sha256 = ""
[components.cache]
name = "Valkey Cache (Redis-compatible)"
# Precompiled binary from download.valkey.io
url = "https://download.valkey.io/releases/valkey-8.1.5-noble-x86_64.tar.gz"
filename = "valkey-8.1.5-noble-x86_64.tar.gz"
# Precompiled binary from download.valkey.io (jammy for GLIBC 2.36 compatibility)
url = "https://download.valkey.io/releases/valkey-8.1.5-jammy-x86_64.tar.gz"
filename = "valkey-8.1.5-jammy-x86_64.tar.gz"
sha256 = ""
[components.llm]