diff options
| author | Florian Schmaus <flow@cs.fau.de> | 2019-08-12 15:25:56 +0200 |
|---|---|---|
| committer | Florian Schmaus <flow@cs.fau.de> | 2019-08-12 15:25:56 +0200 |
| commit | 360fda77061392c4b208a6d245b18503999d88fa (patch) | |
| tree | 7170c4428e9c25b6a9975b64341608c29f12481d | |
| parent | 06f999124b551c0be5068e3a1d1c7aee56aa0f3a (diff) | |
| download | allocbench-360fda77061392c4b208a6d245b18503999d88fa.tar.gz allocbench-360fda77061392c4b208a6d245b18503999d88fa.zip | |
glibc: Use release tag instead of release branch
| -rw-r--r-- | src/allocators/glibc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/allocators/glibc.py b/src/allocators/glibc.py index 4f596ae..646b0d3 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"], - prepare_cmds=["git checkout release/{}/master".format(version)], reset_cmds=["git stash"]) + prepare_cmds=[f"git checkout glibc-{version}"], class Glibc (Allocator): |
