diff options
author | orivej <orivej@yandex-team.ru> | 2022-02-10 16:44:49 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:44:49 +0300 |
commit | 718c552901d703c502ccbefdfc3c9028d608b947 (patch) | |
tree | 46534a98bbefcd7b1f3faa5b52c138ab27db75b7 /build/sysincl/stl-to-nothing.yml | |
parent | e9656aae26e0358d5378e5b63dcac5c8dbe0e4d0 (diff) | |
download | ydb-718c552901d703c502ccbefdfc3c9028d608b947.tar.gz |
Restoring authorship annotation for <orivej@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'build/sysincl/stl-to-nothing.yml')
-rw-r--r-- | build/sysincl/stl-to-nothing.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/sysincl/stl-to-nothing.yml b/build/sysincl/stl-to-nothing.yml index c7e27d1411..9ed236b827 100644 --- a/build/sysincl/stl-to-nothing.yml +++ b/build/sysincl/stl-to-nothing.yml @@ -6,7 +6,7 @@ # or some combination of them depending on the build flags. # We want musl to resolve itself without these sysincls, but its test must have them -- source_filter: "^(?!contrib/libs/musl).*|^contrib/libs/musl/tests" +- source_filter: "^(?!contrib/libs/musl).*|^contrib/libs/musl/tests" includes: - complex.h - ctype.h @@ -98,7 +98,7 @@ - regex - scoped_allocator - set - - shared_mutex + - shared_mutex - span - sstream - stack |