summaryrefslogtreecommitdiffstats
path: root/build/scripts
Commit message (Collapse)AuthorAgeFilesLines
* Docker image fetch macroiaz16072024-09-181-0/+34
| | | | commit_hash:0899d0942e1f7ad8dd12e28f6b3f088982660699
* Fix transitive includesnechda2024-09-101-3/+52
| | | | 94b36f1500126afc596f281469a94124efa9cda4
* fix DeprecationWarningsnermolaev2024-09-095-6/+29
| | | | dafdaedfdc8d7dd4c6681da5b98a59940c63f548
* Do not raise additional exception when failed to decode protoc outputsomov2024-09-032-2/+2
| | | | ba7df0e549915def70c0b6d303aa625ddc636db9
* clean some blacklistarkhip0v02024-09-031-1/+2
| | | | | | | | | | | | | | | occupancy_grid_utils maintenance_tools incident_detectors topic_commutator sdcbag_player launcherd f4ef1453a86ab809b9ceefb57dc6a5fb45a90ec9
* mock getpid funczhukoff-pavel2024-08-281-6/+11
| | | | 171c556f349e96400867de4937fe0c703849c0c8
* Set ram drive path in junit scriptsalevitskii2024-08-261-0/+27
| | | | | Set ram drive path in scripts a9a79267f4e34aff3b96e3147b646e474adf24a1
* Fix DeprecationWarningshadchin2024-08-221-1/+4
| | | | | | | Python 3.14 will, by default, filter extracted tar archives and reject files or modify their metadata. Use the filter argument to control this behavior. https://docs.python.org/3/library/tarfile.html#tarfile.TarFile.extractall 79005c43af0996c47603d56b5663378c89fa9f2e
* Enable fix-elf only with _FIX_ELF flaghiddenpath2024-08-221-0/+11
| | | | f1b4ab8d00e0ac2175f0ea34a0353ce2963549b7
* Remove fix_elf from link_dyn_libhiddenpath2024-08-161-11/+0
| | | | dfc8799dabb18df54b1ac354a9ceb9c27c2e1be2
* supported #DOUBLE_QUOTE# and #BACKSLASH# placeholdersasmyasnikov2024-08-151-1/+6
| | | | | | | | Данный PR - это выжимка из [PR](https://github.com/ydb-platform/ydb/pull/2977) внешнего [контрибьютора](https://github.com/OrlovPavel ). Ему для решения основной задачи (перевод грамматики YQL с ANTLRv3 на ANTLRv4) пришлось поправить файл build/scripts/configure_file.py в проекте github.com/ydb-platform/ydb. Собственно, в проекте YDB запрещено вносить правки в build/..., т.к. эта папка синкается ТОЛЬКО из Аркадии в гитхаб, в обратную сторону синка нет. Из-за этого мы не можем принять PR от внешнего контрибьютора. В качестве решения - я хочу занести данный фикс в Аркадию и дождаться синка из Аркадии в гитхаб, по-rebase-ить PR контрибьютора и тогда его уже можно будет мерджить. Сама проблема, которую решает данный фикс, описана в тикете 158ceea6282b8df7c8b62a43ffece62a8d9f70ca
* Move no-pie to confspreis2024-08-081-8/+0
| | | | 0863674d44d570c182d324e821946e3f4d898d94
* collect .proto files by PROTO_DESCRIPTIONSsnermolaev2024-08-074-2/+112
| | | | 479e79ff20f8b8551bc8a5505eb740dc61e7a854
* b6ee53f9af602a963f352ed37c717dead1f8cef3pg2024-08-061-0/+9
|
* Revert "collect .proto files by PROTO_DESCRIPTIONS"somov2024-08-054-112/+2
| | | | | | | | | | | Revert "collect .proto files by PROTO_DESCRIPTIONS" This reverts commit 1b642fbbf446d68522225c9794b993dc4ba3760e, reversing changes made to d98cd239c58371f81606a07ed034bdd4fe047d64. Revert "Fix "build/scripts/desc_rawproto_wrapper.py"" This reverts commit b21b7e0155944e115b76a8530fd6da0687eb5c65, reversing changes made to 186fa4c81699cea84cb35c15c7cc050ccff602fa. 3f211d58faacd2ac500331707f54d065c4be088c
* Fix "build/scripts/desc_rawproto_wrapper.py"pazus2024-08-051-1/+1
| | | | b21b7e0155944e115b76a8530fd6da0687eb5c65
* collect .proto files by PROTO_DESCRIPTIONSsnermolaev2024-08-054-2/+112
| | | | 1b642fbbf446d68522225c9794b993dc4ba3760e
* Let go properly link binries in PIC modespreis2024-08-051-2/+7
| | | | 81668e85a416903e82cfa2a2223680f04a3343c7
* Revert commit rXXXXXX, collect .proto files by PROTO_DESCRIPTIONSsnermolaev2024-07-304-112/+2
| | | | b9f5656ae46daedf9083c3721d8cb31a02b1c4c7
* collect .proto files by PROTO_DESCRIPTIONSsnermolaev2024-07-304-2/+112
| | | | 0727af35f2be899dfb58c5e49ed9cd1701be9066
* Workaround to fix split_unittest.py on Windows.akhropov2024-07-241-3/+7
| | | | b590ca5fca91b744ffa85f8ef555564ea54d6cd6
* fix finding output for windowssnermolaev2024-07-221-1/+2
| | | | f716810a9fedbb4497a907fd542cb5d7f54be0f9
* Fix deprecation warningpazus2024-07-121-1/+1
| | | | | | | | ``` /Users/pazus/arc/arcadia/build/scripts/compile_java.py:61: DeprecationWarning: Python 3.14 will, by default, filter extracted tar archives and reject files or modify their metadata. Use the filter argument to control this behavior. tf.extractall(sources_dir) ``` 42ec528aee4d87622049495202c50de9b509926d
* Set utf-8 encoding for read/write in vcs_info.pydimdim112024-07-111-7/+7
| | | | | Set utf-8 encoding for read/write in export scripts 88d1ac61b0f29800dc727cb95fa69e734b0c4b17
* Fix generators py-scripts to use UTF-8dimdim112024-07-112-3/+3
| | | | | Fix generators py-scripts to use UTF-8 fdb604a98b1deb6c0f03822b584b1cc0ec5e6b2a
* [devtools/ya/app] Use UNHANDLED_EXCEPTION exit code in case of any unhandled ↵prettyboy2024-07-101-1/+7
| | | | | | exception d2096b68c73660f5f1be097e031d167f18fb0b62
* ,Support thinlto cachesspreis2024-07-103-3/+40
| | | | ac03c8c8d7beb99b5a8fcda8c0c6bf948ca2bb2e
* Simplest improvements for Java build, remove chained 'execv' Python callsmiroslav22024-07-015-91/+52
| | | | | * remove chained 'execv' Python calls for compiling Java with with "javac" and "ErrorProne" - replace with single "run_javac.py" script 84bc60b4e87890e6ceea1ef22a2c0936410ff6bb
* Move sbom_link script out of opensource synced pathssvidyuk2024-06-211-68/+0
| | | | | | Conf part is internal and the script is never used in opensource no need to publish it. ded65be538ce345af34c8ca0ffe557bfeb7e3818
* Allow copy generated fileslynn2024-06-201-1/+0
| | | | | Убрал assert на то что srcdir начинается на source_root потому что он может начинаться и на build_root и на это есть проверка ниже ee3d9f2add347c40168fc9162dfbebf6be7cb21c
* up minSdkVersion to 26kmartynkov2024-06-172-2/+2
| | | | 5ebefdb42da5a6118db1c0f98f25231c63fef96e
* Fix java command file in pluginv-korovin2024-06-133-11/+54
| | | | e43ef305d767fb94adc0f4f6e3901156fc3b7939
* [build] link_exe: Add cupti to CUDA_LIBRARIESdeshevoy2024-06-131-0/+2
| | | | bddf00bb1bd387adf17502c2af8be1e265c8f5a8
* Fix commands on Windowsspreis2024-06-121-5/+24
| | | | | In order to get stable command regardless of platform we shall use linux way of representing commands everywhere. Happily this almost always works on Windows except direct file presence checks like in compile_cuda.py 1412fdabc2fcf1732cd2578e0c6ffe91b220aa2e
* feat(conf+builder): build without contrib/typescriptzaverden2024-06-111-2/+4
| | | | 89c8f9767a1ef610f9ee050e1a5da5728bba02d7
* [build] link_exe: Add NPP libs to CUDA_LIBRARIESdeshevoy2024-06-091-1/+14
| | | | 4ef12dd52c1d38cd7a1018ec1bc40800644ea775
* Add renaming py2-proto-symbols to all needed linking scriptsmikhnenko2024-05-295-87/+124
| | | | b7ff75f77e1a1818aac0062ec06948dad92af1bc
* revert changesv-korovin2024-05-281-35/+9
| | | | acd26311852d82fb81a5e57f7b5e5c67f9d89f64
* feat(local fetcher): http and https URIs are under common http schemazaverden2024-05-281-0/+95
| | | | | Both `http:` and `https:` are recognized as `http` resource type deda06fcadd25ab57d1b64d39c17349a33c1a55e
* testv-korovin2024-05-231-9/+35
| | | | d394e1d4a37d8c9b93bc4c1feab8362a3488f41e
* YT-21446: Remove OS part of python UDFs from arcadiampereskokova2024-05-211-4/+3
| | | | d587f95edf5636edfae6672d36f57c8a15f5f3e0
* Fix patching cpp protodimdim112024-05-171-2/+2
| | | | | Fix patching cpp proto af01597c047856b865c6a4e9933cfeacb0a2f39b
* [build/scripts/link_exe.py] Do not output warnings when creating `.a` fileszhukoff-pavel2024-05-161-1/+1
| | | | d9beae52f9300e65eddec8c2b865f132ea6b5833
* apply clang-format to build/scripts/c_templates/svn_interface.cegovol2024-05-161-8/+6
| | | | 81235399e4c6e917bcabe929f3897deeb2232bbc
* Use lld-link for target-platform windows once againmikhnenko2024-05-132-0/+32
| | | | da1125f4b9b5aebe87b610dd1e1a61864ba500cf
* Try fix warnings.nogert2024-05-131-1/+1
| | | | cf4738908ddc23b6c6a3e669f225bd15999a1404
* Add encoding utf-8 for reading/writing filesdimdim112024-04-241-3/+3
| | | | | Add encoding utf-8 for reading/writing files 12a3ca5bf28ac486a2897fd6cdf155b0bf049483
* Remove final in cpp pb.h/cc by outputs listdimdim112024-04-231-0/+43
| | | | | Remove final in cpp pb.h/cc by outputs list 1307ef1d33bab92f478e7a4d213c08bf6691ebd5
* Revert commit rXXXXXX, Use lld-link for target-platform windows, fix arc ↵mikhnenko2024-04-222-32/+0
| | | | | | native build 0bd1ab2bb753fb9458cc5f295e94e24cf1115055
* YT-21446: Support py udfs generator is os ydbmpereskokova2024-04-221-4/+6
| | | | ab1a950f25a9a5f4a9ca38655f443ff23cece827