mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 13:54:19 +08:00
Merge branch 'valkey' into 'master'
Add valkey scripts See merge request redox-os/cookbook!618
This commit is contained in:
commit
345e778186
@ -1,6 +1,19 @@
|
||||
#TODO Missing script for "make", see https://github.com/valkey-io/valkey#building-valkey
|
||||
#TODO Compiling, server crashes in page fault
|
||||
[source]
|
||||
git = "https://github.com/valkey-io/valkey"
|
||||
rev = "26388270f197bce84817eea0a73d687d58442654"
|
||||
rev = "a47e8fa1505578d78cef5c5e11da0972c3dae560" # 8.1.3
|
||||
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"openssl1"
|
||||
]
|
||||
|
||||
script = """
|
||||
rsync -av --delete "${COOKBOOK_SOURCE}"/* ./
|
||||
${COOKBOOK_MAKE} MALLOC=libc BUILD_TLS=yes \
|
||||
WARN="-Wall -W -Wno-missing-field-initializers" \
|
||||
WARNINGS="-Wall -W -Wno-missing-field-initializers" \
|
||||
AR="${TARGET}-gcc-ar"
|
||||
${COOKBOOK_MAKE} install PREFIX="${COOKBOOK_STAGE}"/usr
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user