From 5ff84f712ad55afd9b6c5dfe4c5dfc24ac1f9be1 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Wed, 7 Apr 2021 19:42:19 +0200 Subject: [glibc] bump version to 2.31 --- allocbench/allocators/glibc.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/allocbench/allocators/glibc.py b/allocbench/allocators/glibc.py index 44ac4af..b903724 100644 --- a/allocbench/allocators/glibc.py +++ b/allocbench/allocators/glibc.py @@ -21,6 +21,8 @@ from multiprocessing import cpu_count from allocbench.allocator import Allocator, LIBRARY_PATH from allocbench.artifact import GitArtifact +VERSION = 'glibc-2.31' + class Glibc(Allocator): """Glibc definition for allocbench @@ -48,11 +50,11 @@ class Glibc(Allocator): # pylint: disable=invalid-name -glibc = Glibc("glibc", version="glibc-2.29", color="xkcd:red") +glibc = Glibc("glibc", version=VERSION, color="xkcd:red") glibc_notc = Glibc("glibc-noThreadCache", configure_args="--disable-experimental-malloc", - version="glibc-2.29", + version=VERSION, color="xkcd:maroon") glibc_nofs = Glibc( -- cgit v1.2.3