aboutsummaryrefslogtreecommitdiff
path: root/src/allocators/glibc.py
diff options
context:
space:
mode:
authorFlorian Schmaus <flow@cs.fau.de>2019-08-12 15:26:08 +0200
committerFlorian Schmaus <flow@cs.fau.de>2019-08-12 15:26:08 +0200
commit041082cad564ddba3bc55a66a81684ac9d9018b8 (patch)
treeeda95067fae87a0ffbde68328eb00a4623b524b4 /src/allocators/glibc.py
parent360fda77061392c4b208a6d245b18503999d88fa (diff)
downloadallocbench-041082cad564ddba3bc55a66a81684ac9d9018b8.tar.gz
allocbench-041082cad564ddba3bc55a66a81684ac9d9018b8.zip
Use "git reset --hard" instead of "git stash"
Diffstat (limited to 'src/allocators/glibc.py')
-rw-r--r--src/allocators/glibc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/allocators/glibc.py b/src/allocators/glibc.py
index 646b0d3..3842877 100644
--- a/src/allocators/glibc.py
+++ b/src/allocators/glibc.py
@@ -5,8 +5,8 @@ version = 2.29
glibc_src = Allocator_Sources("glibc",
retrieve_cmds=["git clone git://sourceware.org/git/glibc.git"],
- reset_cmds=["git stash"])
prepare_cmds=[f"git checkout glibc-{version}"],
+ reset_cmds=["git reset --hard"])
class Glibc (Allocator):