Browse Source

[build] Add var to disable predictor in autocheck
5bfc88c64571da2289913e902a7a62d13b67898e

tekireeva 8 months ago
parent
commit
b7c50073ea
1 changed files with 5 additions and 0 deletions
  1. 5 0
      build/ymake.core.conf

+ 5 - 0
build/ymake.core.conf

@@ -99,6 +99,11 @@ when ($STRUCT_CMD == "yes") {
     __BSDQ__=\\\"
 }
 
+USE_GRAPH_CHANGES_PREDICTOR=yes
+when ($AUTOCHECK == "yes") {
+    USE_GRAPH_CHANGES_PREDICTOR=no
+}
+
 ARCADIA_TEST_ROOT=../arcadia_tests_data/
 DEFAULT_REQUIREMENTS=network:restricted cpu:1 ram:32