diff options
| author | Florian Schmaus <flow@cs.fau.de> | 2019-08-12 15:26:08 +0200 |
|---|---|---|
| committer | Florian Schmaus <flow@cs.fau.de> | 2019-08-12 15:26:08 +0200 |
| commit | 041082cad564ddba3bc55a66a81684ac9d9018b8 (patch) | |
| tree | eda95067fae87a0ffbde68328eb00a4623b524b4 /src/allocators/scalloc.py | |
| parent | 360fda77061392c4b208a6d245b18503999d88fa (diff) | |
| download | allocbench-041082cad564ddba3bc55a66a81684ac9d9018b8.tar.gz allocbench-041082cad564ddba3bc55a66a81684ac9d9018b8.zip | |
Use "git reset --hard" instead of "git stash"
Diffstat (limited to 'src/allocators/scalloc.py')
| -rw-r--r-- | src/allocators/scalloc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/allocators/scalloc.py b/src/allocators/scalloc.py index 6d1b0dd..4be8798 100644 --- a/src/allocators/scalloc.py +++ b/src/allocators/scalloc.py @@ -9,7 +9,7 @@ scalloc_src = Allocator_Sources("scalloc", prepare_cmds=["git checkout {}".format(version), "cd {srcdir}; tools/make_deps.sh", "cd {srcdir}; build/gyp/gyp --depth=. scalloc.gyp"], - reset_cmds=["git stash"]) + reset_cmds=["git reset --hard"] class Scalloc (Allocator): |
