CodisLabs / codis

Proxy based Redis cluster solution supporting pipeline and scaling dynamically
MIT License
13.17k stars 2.69k forks source link

make 报错 /bin/sh: line 0: cd: jemalloc-4.4.0: No such file or directory #1749

Open cainiaoyangshuo opened 2 years ago

cainiaoyangshuo commented 2 years ago
image
kubosuke commented 1 year ago

It's hacky way though I managed to fix it by

download https://github.com/jemalloc/jemalloc/releases/tag/4.4.0

vim ./vendor/github.com/spinlock/jemalloc-go/Makefile
vim ./vendor/github.com/spinlock/jemalloc-go/help.mk

# Update like this:
SOURCE := /root/.local/bin/jemalloc-4.4.0