ya.conf.json 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128
  1. {
  2. "bottles": {
  3. "clang16": {
  4. "executable": {
  5. "c++": [
  6. "bin",
  7. "clang++"
  8. ],
  9. "c++filt": [
  10. "bin",
  11. "llvm-cxxfilt"
  12. ],
  13. "cc": [
  14. "bin",
  15. "clang"
  16. ],
  17. "clang-rename": [
  18. "bin",
  19. "clang-rename"
  20. ],
  21. "llvm-cov": [
  22. "bin",
  23. "llvm-cov"
  24. ],
  25. "llvm-gcov": [
  26. "bin",
  27. "llvm-gcov"
  28. ],
  29. "llvm-nm": [
  30. "bin",
  31. "llvm-nm"
  32. ],
  33. "llvm-objcopy": [
  34. "bin",
  35. "llvm-objcopy"
  36. ],
  37. "llvm-profdata": [
  38. "bin",
  39. "llvm-profdata"
  40. ],
  41. "llvm-strip": [
  42. "bin",
  43. "llvm-strip"
  44. ],
  45. "llvm-symbolizer": [
  46. "bin",
  47. "llvm-symbolizer"
  48. ]
  49. },
  50. "formula": "build/platform/clang/clang16.json"
  51. },
  52. "gdb": {
  53. "executable": {
  54. "gcore": [
  55. "gdb",
  56. "bin",
  57. "gcore"
  58. ],
  59. "gdb": [
  60. "gdb",
  61. "bin",
  62. "gdb"
  63. ],
  64. "gdbserver": [
  65. "gdb",
  66. "bin",
  67. "gdbserver"
  68. ]
  69. },
  70. "formula": "build/external_resources/gdb/resources.json"
  71. },
  72. "golang": {
  73. "executable": {
  74. "go": [
  75. "bin",
  76. "go"
  77. ],
  78. "gofmt": [
  79. "bin",
  80. "gofmt"
  81. ]
  82. },
  83. "formula": "build/external_resources/go_tools/go1.21.json"
  84. },
  85. "python": {
  86. "executable": {
  87. "python": [
  88. "python"
  89. ]
  90. },
  91. "formula": "build/platform/python/ymake_python2/resources.json"
  92. },
  93. "ya-tc": {
  94. "executable": {
  95. "ya-tc": [
  96. "ya-tc"
  97. ]
  98. },
  99. "formula": "build/external_resources/ya-tc/public.resources.json"
  100. },
  101. "yexport": {
  102. "executable": {
  103. "yexport": [
  104. "yexport"
  105. ]
  106. },
  107. "formula": "build/external_resources/yexport/public.resources.json"
  108. },
  109. "ymake": {
  110. "executable": {
  111. "ymake": [
  112. "ymake"
  113. ]
  114. },
  115. "formula": "build/external_resources/ymake/public.resources.json"
  116. },
  117. "ymake_python3": {
  118. "executable": {
  119. "python3": [
  120. "python3"
  121. ]
  122. },
  123. "formula": "build/platform/python/ymake_python3/resources.json"
  124. },
  125. "ytexec": {
  126. "executable": {
  127. "ytexec": [
  128. "ytexec",
  129. "ytexec"
  130. ]
  131. },
  132. "formula": "build/external_resources/ytexec/resources.json"
  133. }
  134. },
  135. "toolchain": {
  136. "clang16": {
  137. "env": {
  138. "CPATH": [
  139. ""
  140. ],
  141. "LIBRARY_PATH": [
  142. ""
  143. ],
  144. "SDKROOT": [
  145. ""
  146. ]
  147. },
  148. "params": {
  149. "c_compiler": "$(CLANG)/bin/clang",
  150. "cxx_compiler": "$(CLANG)/bin/clang++",
  151. "gcc_version": "16",
  152. "llvm-symbolizer": "$(CLANG)/bin/llvm-symbolizer",
  153. "match_root": "CLANG",
  154. "objcopy": "$(CLANG)/bin/llvm-objcopy",
  155. "profiles": "$(XCODE_TOOLS_ROOT-sbr:799017771)/Xcode/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles",
  156. "simctl": "$(XCODE_TOOLS_ROOT-sbr:799017771)/Xcode/SystemRoot/PrivateFrameworks/CoreSimulator.framework/Resources/bin/simctl",
  157. "strip": "$(CLANG)/bin/llvm-strip",
  158. "type": "clang",
  159. "use_bundle": true,
  160. "werror_mode": "all"
  161. },
  162. "platforms": [
  163. {
  164. "default": true,
  165. "host": {
  166. "os": "LINUX"
  167. },
  168. "target": {
  169. "arch": "x86_64",
  170. "os": "LINUX"
  171. }
  172. },
  173. {
  174. "default": true,
  175. "host": {
  176. "os": "LINUX"
  177. },
  178. "target": {
  179. "arch": "aarch64",
  180. "os": "LINUX"
  181. }
  182. },
  183. {
  184. "default": true,
  185. "host": {
  186. "arch": "aarch64",
  187. "os": "LINUX"
  188. },
  189. "target": {
  190. "os": "LINUX"
  191. }
  192. },
  193. {
  194. "default": true,
  195. "host": {
  196. "arch": "aarch64",
  197. "os": "LINUX"
  198. },
  199. "target": {
  200. "arch": "aarch64",
  201. "os": "LINUX"
  202. }
  203. },
  204. {
  205. "default": true,
  206. "host": {
  207. "os": "LINUX"
  208. },
  209. "target": {
  210. "arch": "ppc64le",
  211. "os": "LINUX"
  212. }
  213. },
  214. {
  215. "default": true,
  216. "host": {
  217. "os": "LINUX"
  218. },
  219. "target": {
  220. "arch": "power9le",
  221. "os": "LINUX"
  222. }
  223. },
  224. {
  225. "default": true,
  226. "host": {
  227. "os": "LINUX"
  228. },
  229. "target": {
  230. "arch": "x86_64",
  231. "os": "DARWIN"
  232. }
  233. },
  234. {
  235. "default": true,
  236. "host": {
  237. "os": "LINUX"
  238. },
  239. "target": {
  240. "arch": "arm64",
  241. "os": "DARWIN"
  242. }
  243. },
  244. {
  245. "default": true,
  246. "host": {
  247. "os": "LINUX"
  248. },
  249. "target": {
  250. "arch": "i386",
  251. "os": "IOS"
  252. }
  253. },
  254. {
  255. "default": true,
  256. "host": {
  257. "os": "LINUX"
  258. },
  259. "target": {
  260. "arch": "x86_64",
  261. "os": "IOS"
  262. }
  263. },
  264. {
  265. "default": true,
  266. "host": {
  267. "os": "LINUX"
  268. },
  269. "target": {
  270. "arch": "armv7",
  271. "os": "IOS"
  272. }
  273. },
  274. {
  275. "default": true,
  276. "host": {
  277. "os": "LINUX"
  278. },
  279. "target": {
  280. "arch": "arm64",
  281. "os": "IOS"
  282. }
  283. },
  284. {
  285. "default": true,
  286. "host": {
  287. "os": "LINUX"
  288. },
  289. "target": {
  290. "arch": "arm64",
  291. "os": "IOSSIM"
  292. }
  293. },
  294. {
  295. "default": true,
  296. "host": {
  297. "os": "LINUX"
  298. },
  299. "target": {
  300. "arch": "armv7a",
  301. "os": "YOCTO"
  302. }
  303. },
  304. {
  305. "default": true,
  306. "host": {
  307. "os": "DARWIN"
  308. },
  309. "target": {
  310. "arch": "x86_64",
  311. "os": "LINUX"
  312. }
  313. },
  314. {
  315. "default": true,
  316. "host": {
  317. "os": "DARWIN"
  318. },
  319. "target": {
  320. "arch": "aarch64",
  321. "os": "LINUX"
  322. }
  323. },
  324. {
  325. "default": true,
  326. "host": {
  327. "os": "DARWIN"
  328. },
  329. "target": {
  330. "arch": "ppc64le",
  331. "os": "LINUX"
  332. }
  333. },
  334. {
  335. "default": true,
  336. "host": {
  337. "os": "DARWIN"
  338. },
  339. "target": {
  340. "arch": "power9le",
  341. "os": "LINUX"
  342. }
  343. },
  344. {
  345. "default": true,
  346. "host": {
  347. "os": "DARWIN"
  348. },
  349. "target": {
  350. "arch": "x86_64",
  351. "os": "DARWIN"
  352. }
  353. },
  354. {
  355. "default": true,
  356. "host": {
  357. "os": "DARWIN"
  358. },
  359. "target": {
  360. "arch": "arm64",
  361. "os": "DARWIN"
  362. }
  363. },
  364. {
  365. "default": true,
  366. "host": {
  367. "os": "DARWIN"
  368. },
  369. "target": {
  370. "arch": "i386",
  371. "os": "IOS"
  372. }
  373. },
  374. {
  375. "default": true,
  376. "host": {
  377. "os": "DARWIN"
  378. },
  379. "target": {
  380. "arch": "x86_64",
  381. "os": "IOS"
  382. }
  383. },
  384. {
  385. "default": true,
  386. "host": {
  387. "os": "DARWIN"
  388. },
  389. "target": {
  390. "arch": "armv7",
  391. "os": "IOS"
  392. }
  393. },
  394. {
  395. "default": true,
  396. "host": {
  397. "os": "DARWIN"
  398. },
  399. "target": {
  400. "arch": "arm64",
  401. "os": "IOS"
  402. }
  403. },
  404. {
  405. "default": true,
  406. "host": {
  407. "os": "DARWIN"
  408. },
  409. "target": {
  410. "arch": "arm64",
  411. "os": "IOSSIM"
  412. }
  413. },
  414. {
  415. "default": true,
  416. "host": {
  417. "arch": "arm64",
  418. "os": "DARWIN"
  419. },
  420. "target": {
  421. "arch": "x86_64",
  422. "os": "LINUX"
  423. }
  424. },
  425. {
  426. "default": true,
  427. "host": {
  428. "arch": "arm64",
  429. "os": "DARWIN"
  430. },
  431. "target": {
  432. "arch": "aarch64",
  433. "os": "LINUX"
  434. }
  435. },
  436. {
  437. "default": true,
  438. "host": {
  439. "arch": "arm64",
  440. "os": "DARWIN"
  441. },
  442. "target": {
  443. "arch": "ppc64le",
  444. "os": "LINUX"
  445. }
  446. },
  447. {
  448. "default": true,
  449. "host": {
  450. "arch": "arm64",
  451. "os": "DARWIN"
  452. },
  453. "target": {
  454. "arch": "power9le",
  455. "os": "LINUX"
  456. }
  457. },
  458. {
  459. "default": true,
  460. "host": {
  461. "arch": "arm64",
  462. "os": "DARWIN"
  463. },
  464. "target": {
  465. "arch": "x86_64",
  466. "os": "DARWIN"
  467. }
  468. },
  469. {
  470. "default": true,
  471. "host": {
  472. "arch": "arm64",
  473. "os": "DARWIN"
  474. },
  475. "target": {
  476. "arch": "arm64",
  477. "os": "DARWIN"
  478. }
  479. },
  480. {
  481. "default": true,
  482. "host": {
  483. "arch": "arm64",
  484. "os": "DARWIN"
  485. },
  486. "target": {
  487. "arch": "i386",
  488. "os": "IOS"
  489. }
  490. },
  491. {
  492. "default": true,
  493. "host": {
  494. "arch": "arm64",
  495. "os": "DARWIN"
  496. },
  497. "target": {
  498. "arch": "x86_64",
  499. "os": "IOS"
  500. }
  501. },
  502. {
  503. "default": true,
  504. "host": {
  505. "arch": "arm64",
  506. "os": "DARWIN"
  507. },
  508. "target": {
  509. "arch": "armv7",
  510. "os": "IOS"
  511. }
  512. },
  513. {
  514. "default": true,
  515. "host": {
  516. "arch": "arm64",
  517. "os": "DARWIN"
  518. },
  519. "target": {
  520. "arch": "arm64",
  521. "os": "IOS"
  522. }
  523. },
  524. {
  525. "default": true,
  526. "host": {
  527. "arch": "arm64",
  528. "os": "DARWIN"
  529. },
  530. "target": {
  531. "arch": "arm64",
  532. "os": "IOSSIM"
  533. }
  534. },
  535. {
  536. "default": true,
  537. "host": {
  538. "os": "LINUX"
  539. },
  540. "target": {
  541. "arch": "armv7a",
  542. "os": "LINUX"
  543. }
  544. },
  545. {
  546. "default": true,
  547. "host": {
  548. "os": "LINUX"
  549. },
  550. "target": {
  551. "arch": "armv7a_cortex_a9",
  552. "os": "LINUX"
  553. }
  554. },
  555. {
  556. "default": true,
  557. "host": {
  558. "os": "LINUX"
  559. },
  560. "target": {
  561. "arch": "armv7ahf_cortex_a35",
  562. "os": "LINUX"
  563. }
  564. },
  565. {
  566. "default": true,
  567. "host": {
  568. "os": "LINUX"
  569. },
  570. "target": {
  571. "arch": "armv7ahf_cortex_a53",
  572. "os": "LINUX"
  573. }
  574. },
  575. {
  576. "default": true,
  577. "host": {
  578. "os": "LINUX"
  579. },
  580. "target": {
  581. "arch": "armv7ahf",
  582. "os": "LINUX"
  583. }
  584. },
  585. {
  586. "default": true,
  587. "host": {
  588. "os": "LINUX"
  589. },
  590. "target": {
  591. "arch": "armv8a_cortex_a35",
  592. "os": "LINUX"
  593. }
  594. },
  595. {
  596. "default": true,
  597. "host": {
  598. "os": "LINUX"
  599. },
  600. "target": {
  601. "arch": "armv8a_cortex_a53",
  602. "os": "LINUX"
  603. }
  604. },
  605. {
  606. "default": true,
  607. "host": {
  608. "arch": "ppc64le",
  609. "os": "LINUX"
  610. },
  611. "target": {
  612. "arch": "ppc64le",
  613. "os": "LINUX"
  614. }
  615. },
  616. {
  617. "default": true,
  618. "host": {
  619. "arch": "ppc64le",
  620. "os": "LINUX"
  621. },
  622. "target": {
  623. "arch": "power9le",
  624. "os": "LINUX"
  625. }
  626. },
  627. {
  628. "default": true,
  629. "host": {
  630. "os": "DARWIN"
  631. },
  632. "target": {
  633. "arch": "armv7ahf_cortex_a53",
  634. "os": "LINUX"
  635. }
  636. },
  637. {
  638. "default": true,
  639. "host": {
  640. "os": "LINUX"
  641. },
  642. "target": {
  643. "arch": "wasm64",
  644. "os": "EMSCRIPTEN"
  645. }
  646. }
  647. ],
  648. "tools": {
  649. "c++": {
  650. "bottle": "clang16",
  651. "executable": "c++"
  652. },
  653. "c++filt": {
  654. "bottle": "clang16",
  655. "executable": "c++filt"
  656. },
  657. "cc": {
  658. "bottle": "clang16",
  659. "executable": "cc"
  660. },
  661. "clang-rename": {
  662. "bottle": "clang16",
  663. "executable": "clang-rename"
  664. },
  665. "gcov": {
  666. "bottle": "clang16",
  667. "executable": "llvm-gcov"
  668. },
  669. "llvm-cov": {
  670. "bottle": "clang16",
  671. "executable": "llvm-cov"
  672. },
  673. "llvm-profdata": {
  674. "bottle": "clang16",
  675. "executable": "llvm-profdata"
  676. },
  677. "llvm-symbolizer": {
  678. "bottle": "clang16",
  679. "executable": "llvm-symbolizer"
  680. },
  681. "nm": {
  682. "bottle": "clang16",
  683. "executable": "llvm-nm"
  684. },
  685. "objcopy": {
  686. "bottle": "clang16",
  687. "executable": "llvm-objcopy"
  688. },
  689. "strip": {
  690. "bottle": "clang16",
  691. "executable": "llvm-strip"
  692. }
  693. }
  694. },
  695. "clang16-windows": {
  696. "name": "clang16",
  697. "params": {
  698. "c_compiler": "$(CLANG)/bin/clang-cl",
  699. "cxx_compiler": "$(CLANG)/bin/clang-cl",
  700. "cxx_std": "c++20",
  701. "llvm-symbolizer": "$(CLANG)/bin/llvm-symbolizer",
  702. "match_root": "CLANG",
  703. "type": "msvc",
  704. "use_bundle": true,
  705. "use_clang": true,
  706. "version": "2019",
  707. "werror_mode": "all",
  708. "wine": "yes"
  709. },
  710. "platforms": [
  711. {
  712. "default": false,
  713. "host": {
  714. "os": "LINUX"
  715. },
  716. "target": {
  717. "arch": "x86_64",
  718. "os": "WIN"
  719. }
  720. },
  721. {
  722. "default": false,
  723. "host": {
  724. "os": "LINUX"
  725. },
  726. "target": {
  727. "arch": "i686",
  728. "os": "WIN"
  729. }
  730. },
  731. {
  732. "default": false,
  733. "host": {
  734. "os": "WIN"
  735. },
  736. "target": {
  737. "arch": "x86_64",
  738. "os": "WIN"
  739. }
  740. },
  741. {
  742. "default": false,
  743. "host": {
  744. "os": "WIN"
  745. },
  746. "target": {
  747. "arch": "i686",
  748. "os": "WIN"
  749. }
  750. }
  751. ],
  752. "tools": {
  753. "c++": {
  754. "bottle": "clang16",
  755. "executable": "c++"
  756. },
  757. "c++filt": {
  758. "bottle": "clang16",
  759. "executable": "c++filt"
  760. },
  761. "cc": {
  762. "bottle": "clang16",
  763. "executable": "cc"
  764. },
  765. "gcov": {
  766. "bottle": "clang16",
  767. "executable": "llvm-gcov"
  768. },
  769. "llvm-cov": {
  770. "bottle": "clang16",
  771. "executable": "llvm-cov"
  772. },
  773. "llvm-profdata": {
  774. "bottle": "clang16",
  775. "executable": "llvm-profdata"
  776. },
  777. "llvm-symbolizer": {
  778. "bottle": "clang16",
  779. "executable": "llvm-symbolizer"
  780. },
  781. "nm": {
  782. "bottle": "clang16",
  783. "executable": "llvm-nm"
  784. },
  785. "objcopy": {
  786. "bottle": "clang16",
  787. "executable": "llvm-objcopy"
  788. },
  789. "strip": {
  790. "bottle": "clang16",
  791. "executable": "llvm-strip"
  792. }
  793. }
  794. },
  795. "gdb": {
  796. "env": {
  797. "TERMINFO": [
  798. "$(ROOT)/gdb/lib/terminfo"
  799. ]
  800. },
  801. "platforms": [
  802. {
  803. "default": true,
  804. "host": {
  805. "os": "LINUX"
  806. }
  807. },
  808. {
  809. "default": true,
  810. "host": {
  811. "os": "WIN"
  812. }
  813. },
  814. {
  815. "default": true,
  816. "host": {
  817. "os": "DARWIN"
  818. }
  819. },
  820. {
  821. "default": true,
  822. "host": {
  823. "arch": "arm64",
  824. "os": "DARWIN"
  825. }
  826. },
  827. {
  828. "default": true,
  829. "host": {
  830. "arch": "ppc64le",
  831. "os": "LINUX"
  832. }
  833. },
  834. {
  835. "default": true,
  836. "host": {
  837. "arch": "aarch64",
  838. "os": "LINUX"
  839. }
  840. }
  841. ],
  842. "tools": {
  843. "gdb": {
  844. "bottle": "gdb",
  845. "executable": "gdb"
  846. }
  847. }
  848. },
  849. "golang": {
  850. "params": {
  851. "type": "golang",
  852. "version": "1.20.6"
  853. },
  854. "platforms": [
  855. {
  856. "default": true,
  857. "host": {
  858. "os": "LINUX"
  859. }
  860. },
  861. {
  862. "default": true,
  863. "host": {
  864. "os": "DARWIN"
  865. }
  866. },
  867. {
  868. "default": true,
  869. "host": {
  870. "arch": "arm64",
  871. "os": "DARWIN"
  872. }
  873. },
  874. {
  875. "default": true,
  876. "host": {
  877. "os": "WIN"
  878. }
  879. }
  880. ],
  881. "tools": {
  882. "go": {
  883. "bottle": "golang",
  884. "executable": "go"
  885. },
  886. "gofmt": {
  887. "bottle": "golang",
  888. "executable": "gofmt"
  889. }
  890. }
  891. },
  892. "python": {
  893. "platforms": [
  894. {
  895. "default": true,
  896. "host": {
  897. "os": "LINUX"
  898. }
  899. },
  900. {
  901. "default": true,
  902. "host": {
  903. "os": "WIN"
  904. }
  905. },
  906. {
  907. "default": true,
  908. "host": {
  909. "os": "DARWIN"
  910. }
  911. },
  912. {
  913. "default": true,
  914. "host": {
  915. "arch": "arm64",
  916. "os": "DARWIN"
  917. }
  918. },
  919. {
  920. "default": true,
  921. "host": {
  922. "arch": "aarch64",
  923. "os": "LINUX"
  924. }
  925. },
  926. {
  927. "default": true,
  928. "host": {
  929. "arch": "ppc64le",
  930. "os": "LINUX"
  931. }
  932. }
  933. ],
  934. "tools": {
  935. "python": {
  936. "bottle": "python",
  937. "executable": "python"
  938. }
  939. }
  940. },
  941. "ya-tc": {
  942. "platforms": [
  943. {
  944. "default": true,
  945. "host": {
  946. "os": "LINUX"
  947. }
  948. },
  949. {
  950. "default": true,
  951. "host": {
  952. "os": "DARWIN"
  953. }
  954. }
  955. ],
  956. "tools": {
  957. "ya-tc": {
  958. "bottle": "ya-tc",
  959. "executable": "ya-tc"
  960. }
  961. }
  962. },
  963. "yexport": {
  964. "platforms": [
  965. {
  966. "default": true,
  967. "host": {
  968. "os": "LINUX"
  969. }
  970. }
  971. ],
  972. "tools": {
  973. "yexport": {
  974. "bottle": "yexport",
  975. "executable": "yexport"
  976. }
  977. }
  978. },
  979. "ymake": {
  980. "platforms": [
  981. {
  982. "default": true,
  983. "host": {
  984. "os": "LINUX"
  985. }
  986. },
  987. {
  988. "default": true,
  989. "host": {
  990. "os": "WIN"
  991. }
  992. },
  993. {
  994. "default": true,
  995. "host": {
  996. "os": "DARWIN"
  997. }
  998. },
  999. {
  1000. "default": true,
  1001. "host": {
  1002. "arch": "arm64",
  1003. "os": "DARWIN"
  1004. }
  1005. },
  1006. {
  1007. "default": true,
  1008. "host": {
  1009. "arch": "aarch64",
  1010. "os": "LINUX"
  1011. }
  1012. },
  1013. {
  1014. "default": true,
  1015. "host": {
  1016. "arch": "ppc64le",
  1017. "os": "LINUX"
  1018. }
  1019. }
  1020. ],
  1021. "tools": {
  1022. "ymake": {
  1023. "bottle": "ymake",
  1024. "executable": "ymake"
  1025. }
  1026. }
  1027. },
  1028. "ymake_python3": {
  1029. "platforms": [
  1030. {
  1031. "default": true,
  1032. "host": {
  1033. "os": "LINUX"
  1034. }
  1035. },
  1036. {
  1037. "default": true,
  1038. "host": {
  1039. "os": "WIN"
  1040. }
  1041. },
  1042. {
  1043. "default": true,
  1044. "host": {
  1045. "os": "DARWIN"
  1046. }
  1047. },
  1048. {
  1049. "default": true,
  1050. "host": {
  1051. "arch": "arm64",
  1052. "os": "DARWIN"
  1053. }
  1054. },
  1055. {
  1056. "default": true,
  1057. "host": {
  1058. "arch": "aarch64",
  1059. "os": "LINUX"
  1060. }
  1061. },
  1062. {
  1063. "default": true,
  1064. "host": {
  1065. "arch": "ppc64le",
  1066. "os": "LINUX"
  1067. }
  1068. }
  1069. ],
  1070. "tools": {
  1071. "ymake_python3": {
  1072. "bottle": "ymake_python3",
  1073. "executable": "python3"
  1074. }
  1075. }
  1076. },
  1077. "ytexec": {
  1078. "platforms": [
  1079. {
  1080. "default": true,
  1081. "host": {
  1082. "os": "LINUX"
  1083. }
  1084. }
  1085. ],
  1086. "tools": {
  1087. "ytexec": {
  1088. "bottle": "ytexec",
  1089. "executable": "ytexec"
  1090. }
  1091. }
  1092. }
  1093. },
  1094. "toolchain_aliases": {
  1095. "clang-win-i686": "clang14-win-i686",
  1096. "clang-win-x86_64": "clang14-win-x86_64",
  1097. "gcc-linux-x86_64": "gcc82-linux-x86_64",
  1098. "msvc-win-x86_64": "msvc2019-win-x86_64"
  1099. },
  1100. "tools": {
  1101. "gdb": {
  1102. "description": "Run gdb"
  1103. },
  1104. "python": {
  1105. "description": "Run pseudo-python",
  1106. "visible": false
  1107. },
  1108. "ya-tc": {
  1109. "description": "Run ya-tc tool",
  1110. "visible": false
  1111. },
  1112. "yexport": {
  1113. "description": "Run yexport",
  1114. "visible": false
  1115. },
  1116. "ymake": {
  1117. "description": "Run ymake",
  1118. "visible": false
  1119. },
  1120. "ymake_python3": {
  1121. "description": "Run pseudo-python3",
  1122. "visible": false
  1123. },
  1124. "ytexec": {
  1125. "description": "Run ytexec"
  1126. }
  1127. }
  1128. }