diff options
author | Alexander Smirnov <alex@ydb.tech> | 2024-11-20 11:14:58 +0000 |
---|---|---|
committer | Alexander Smirnov <alex@ydb.tech> | 2024-11-20 11:14:58 +0000 |
commit | 31773f157bf8164364649b5f470f52dece0a4317 (patch) | |
tree | 33d0f7eef45303ab68cf08ab381ce5e5e36c5240 /contrib/libs/hyperscan/.yandex_meta/__init__.py | |
parent | 2c7938962d8689e175574fc1e817c05049f27905 (diff) | |
parent | eff600952d5dfe17942f38f510a8ac2b203bb3a5 (diff) | |
download | ydb-31773f157bf8164364649b5f470f52dece0a4317.tar.gz |
Merge branch 'rightlib' into mergelibs-241120-1113
Diffstat (limited to 'contrib/libs/hyperscan/.yandex_meta/__init__.py')
-rw-r--r-- | contrib/libs/hyperscan/.yandex_meta/__init__.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/contrib/libs/hyperscan/.yandex_meta/__init__.py b/contrib/libs/hyperscan/.yandex_meta/__init__.py index 82a4450293..c56235d3b4 100644 --- a/contrib/libs/hyperscan/.yandex_meta/__init__.py +++ b/contrib/libs/hyperscan/.yandex_meta/__init__.py @@ -103,11 +103,6 @@ def post_install(self): for runtime_name in RUNTIMES.keys(): instantiate_runtime(self, runtime_name=runtime_name, runtime_yamake=runtime_yamake) - with self.yamakes["runtime_avx512"] as m: - # Do not sanitize to workaround the ICE in clang-16 - # See DEVTOOLSSUPPORT-49258 for details. - m.NO_SANITIZE = True - with self.yamakes["."] as hyperscan: hyperscan.RECURSE = [f"runtime_{name}" for name in sorted(RUNTIMES.keys())] # rename make_unique into std::make_unique to resolve ambigousness with boost::make_unique |