ya.conf 637 B

12345678910111213141516171819202122232425
  1. canonization_backend = "ydb-canondata.storage.yandexcloud.net"
  2. bazel_remote_store = true
  3. bazel_remote_baseuri = "http://cachesrv.ydb.tech:8081"
  4. bazel_remote_client_decompress = true
  5. dist_cache_late_fetch = true
  6. test_fakeid = "r13102898"
  7. ignore_configure_errors = false # YA-1456
  8. [host_platform_flags]
  9. OPENSOURCE = "yes"
  10. USE_PREBUILT_TOOLS = "no"
  11. USE_AIO = "static"
  12. USE_ICONV = "static"
  13. USE_IDN = "static"
  14. APPLE_SDK_LOCAL = "yes"
  15. CFLAGS = "-fno-omit-frame-pointer"
  16. [flags]
  17. OPENSOURCE = "yes"
  18. USE_PREBUILT_TOOLS = "no"
  19. USE_AIO = "static"
  20. USE_ICONV = "static"
  21. USE_IDN = "static"
  22. APPLE_SDK_LOCAL = "yes"
  23. CFLAGS = "-fno-omit-frame-pointer"