sanitizers don't need valgrind

This commit is contained in:
Thom Wiggers 2019-04-16 12:39:14 +02:00
parent fc7afd8f76
commit 9c4aebd8e3
No known key found for this signature in database
GPG Key ID: 001BB0A7CE26E363

View File

@ -53,7 +53,6 @@ def check_functest_sanitizers(implementation):
else:
print("Supported platform: {}".format(platform.machine()))
helpers.ensure_available('valgrind')
helpers.make('clean-scheme', 'functest',
TYPE=implementation.scheme.type,
SCHEME=implementation.scheme.name,