diff options
Diffstat (limited to 'allocators/all.py')
| -rw-r--r-- | allocators/all.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/allocators/all.py b/allocators/all.py index e5fee1a..beab283 100644 --- a/allocators/all.py +++ b/allocators/all.py @@ -55,7 +55,8 @@ jemalloc = Alloc("jemalloc", "mkdir {dir}"]) hoard = Alloc("Hoard", sources=Alloc_Src("Hoard", - retrieve_cmds=["git clone https://github.com/emeryberger/Hoard.git"]), + retrieve_cmds=["git clone https://github.com/emeryberger/Hoard.git"], + reset_cmds=["git stash"]), LD_PRELOAD="{srcdir}/src/libhoard.so", build_cmds=["cd {srcdir}/src; make", "mkdir {dir}"], |
