fix: Use Valkey 8.1.5-jammy for GLIBC 2.36 compatibility
All checks were successful
BotServer CI / build (push) Successful in 8m54s
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:
parent
0e1013e4ca
commit
92d21fe3f7
1 changed files with 3 additions and 3 deletions
|
|
@ -38,9 +38,9 @@ sha256 = ""
|
||||||
|
|
||||||
[components.cache]
|
[components.cache]
|
||||||
name = "Valkey Cache (Redis-compatible)"
|
name = "Valkey Cache (Redis-compatible)"
|
||||||
# Precompiled binary from download.valkey.io
|
# Precompiled binary from download.valkey.io (jammy for GLIBC 2.36 compatibility)
|
||||||
url = "https://download.valkey.io/releases/valkey-8.1.5-noble-x86_64.tar.gz"
|
url = "https://download.valkey.io/releases/valkey-8.1.5-jammy-x86_64.tar.gz"
|
||||||
filename = "valkey-8.1.5-noble-x86_64.tar.gz"
|
filename = "valkey-8.1.5-jammy-x86_64.tar.gz"
|
||||||
sha256 = ""
|
sha256 = ""
|
||||||
|
|
||||||
[components.llm]
|
[components.llm]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue