diff options
author | zaverden <zaverden@yandex-team.com> | 2024-02-29 10:15:21 +0300 |
---|---|---|
committer | zaverden <zaverden@yandex-team.com> | 2024-02-29 10:32:43 +0300 |
commit | 1e191167512509999e550b571d716f1a83521ca1 (patch) | |
tree | 20f00b0ee818128e7cff925db874ac960430df97 /build | |
parent | eb3f5578e332c893828acafc1c4ef2758cc073b3 (diff) | |
download | ydb-1e191167512509999e550b571d716f1a83521ca1.tar.gz |
feat(conf): remove _NEVERCACHE
1c140e87b01f92b28ae955528af47a14610193f1
Diffstat (limited to 'build')
-rw-r--r-- | build/conf/ts/ts.conf | 3 | ||||
-rw-r--r-- | build/conf/ts/ts_test.conf | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/build/conf/ts/ts.conf b/build/conf/ts/ts.conf index c97de73232..14a3f9b507 100644 --- a/build/conf/ts/ts.conf +++ b/build/conf/ts/ts.conf @@ -45,9 +45,6 @@ module _TS_BASE_UNIT: _BARE_UNIT { # use TS_FILES instead of FILES .ALIASES=FILES=TS_FILES - # TODO: remove this. YMAKE-1096 / FBP-1184 - _NEVERCACHE() - # .NODE_TYPE=Bundle is required for peers propagation, but it also affects # how merging of pic/nopic graphs. Here we can override this merging behaviour SET(MODULE_TYPE LIBRARY) diff --git a/build/conf/ts/ts_test.conf b/build/conf/ts/ts_test.conf index 86ab3431c8..613c17039f 100644 --- a/build/conf/ts/ts_test.conf +++ b/build/conf/ts/ts_test.conf @@ -76,9 +76,6 @@ module _TS_TEST_BASE: _BARE_UNIT { .ARGS_PARSER=Raw .NODE_TYPE=Program - # TODO: remove this. YMAKE-1096 / FBP-1184 - _NEVERCACHE() - # .fake tells builder to not materialize it in results SET(MODULE_SUFFIX .ts_test.fake) # include processor works only for TS tag |