ya.conf 756 B

12345678910111213141516171819202122232425262728293031
  1. # Please keep this in sync with arcadia/ya.conf
  2. build_cache = true
  3. build_cache_conf = ['cas_logging=true', 'graph_info=true']
  4. build_cache_master = true
  5. cache_codec = ''
  6. cache_size = 150374182400
  7. content_uids = true
  8. dir_outputs = true
  9. dir_outputs_test_mode = true
  10. dump_debug_enabled = true
  11. fail_maven_export_with_tests = true
  12. incremental_build_dirs_cleanup = true
  13. oauth_exchange_ssh_keys = true
  14. remove_implicit_data_path = true
  15. remove_result_node = true
  16. tools_cache = true
  17. tools_cache_master = true
  18. use_atd_revisions_info = true
  19. use_jstyle_server = true
  20. use_command_file_in_testtool = true
  21. # ===== opensource only table params =====
  22. [host_platform_flags]
  23. OPENSOURCE = "yes"
  24. USE_PREBUILT_TOOLS = "no"
  25. [flags]
  26. OPENSOURCE = "yes"
  27. USE_PREBUILT_TOOLS = "no"