aboutsummaryrefslogtreecommitdiffstats
path: root/build/conf/ts
diff options
context:
space:
mode:
Diffstat (limited to 'build/conf/ts')
-rw-r--r--build/conf/ts/ts.conf3
-rw-r--r--build/conf/ts/ts_test.conf3
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