mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 17:49:47 +08:00
Rename path variable due to zsh conflict (#9610)
This commit is contained in:
+2
-2
@@ -15,8 +15,8 @@ genrule(
|
||||
],
|
||||
cmd = """
|
||||
tmpdir="redis.tmp"
|
||||
path=$(location Makefile)
|
||||
cp -p -L -R -- "$${path%/*}" "$${tmpdir}"
|
||||
p=$(location Makefile)
|
||||
cp -p -L -R -- "$${p%/*}" "$${tmpdir}"
|
||||
chmod +x "$${tmpdir}"/deps/jemalloc/configure
|
||||
parallel="$$(getconf _NPROCESSORS_ONLN || echo 1)"
|
||||
make -s -C "$${tmpdir}" -j"$${parallel}" V=0 CFLAGS="$${CFLAGS-} -DLUA_USE_MKSTEMP -Wno-pragmas -Wno-empty-body"
|
||||
|
||||
Reference in New Issue
Block a user