codis icon indicating copy to clipboard operation
codis copied to clipboard

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

Open cainiaoyangshuo opened this issue 3 years ago • 1 comments

image

cainiaoyangshuo avatar Nov 28 '22 12:11 cainiaoyangshuo

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

kubosuke avatar Jul 31 '23 06:07 kubosuke