ya.conf 808 B

12345678910111213141516171819202122232425262728293031323334
  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. oauth_exchange_ssh_keys = true
  13. remove_implicit_data_path = true
  14. remove_result_node = true
  15. tools_cache = true
  16. tools_cache_master = true
  17. use_atd_revisions_info = true
  18. use_jstyle_server = true
  19. use_command_file_in_testtool = true
  20. # ===== opensource only table params =====
  21. [host_platform_flags]
  22. OPENSOURCE = "yes"
  23. USE_PREBUILT_TOOLS = "no"
  24. APPLE_SDK_LOCAL = "yes"
  25. USE_CLANG_CL = "yes"
  26. [flags]
  27. OPENSOURCE = "yes"
  28. USE_PREBUILT_TOOLS = "no"
  29. APPLE_SDK_LOCAL = "yes"
  30. USE_CLANG_CL = "yes"