summaryrefslogtreecommitdiffstats
path: root/build/scripts
Commit message (Collapse)AuthorAgeFilesLines
* [build] Add LINK_EXCLUDE_LIBRARIES() macrodeshevoy2024-12-171-0/+19
| | | | | | | This macro could be used to implement a lazy DSO loader ISSUE: commit_hash:2a6b9d418cf404d8f742ecab947c3388ef7a8884
* Intermediate changesrobot-piglet2024-12-161-31/+0
| | | | commit_hash:fdd520cd0bac7f8a15914f2f3c116eeb81ca0767
* Remove unused scriptsvidyuk2024-12-112-132/+0
| | | | commit_hash:a6dbb2891ca29a35d2d7358f73f681cdeb17e69f
* [build] cuda: Fix dynamic linking with new cuDNN versionsdeshevoy2024-12-111-0/+6
| | | | commit_hash:0472b64d3ba1e788aaee0ca8ab2fd21c9d2262dd
* Make TimeoutExceed as temporary errorv-korovin2024-12-051-0/+1
| | | | commit_hash:8c64472d8e7a99d45a88badc44ef441fe4e099d9
* Restore -Wexceptionsvadim-xd2024-12-041-10/+14
| | | | commit_hash:4860bd65c19be4212f1ddf3b492a6aad22f89977
* Fix dump compile commands & improve wrapccnechda2024-11-251-7/+20
| | | | commit_hash:a205838b61e595c9e2e5ca27cd6bca2bc5fd0ee9
* YQL-19206 Fix yql python build scriptsudovichenko-r2024-11-241-4/+3
| | | | commit_hash:7886e5975a31d296ec58dd94d013e0f6716a2cae
* Clean ya.make from already removed scriptsvidyuk2024-11-151-1/+0
| | | | commit_hash:e811732b6c0317af9d138edf53dce95f5f2c63d6
* Pass GoVersion to vetbuglloc2024-11-121-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | В процессе обновления staticcheck обнаружил новые фолзы для deprecated-related линетов, оказалось они переделали определение версии Go с которой работают: https://staticcheck.dev/changes/2024.1/#improved-handling-of-go-versions Этот PR должен все полечить благодаря передаче текущей (==против которой собирается модуль) версии Go (см. HIDDEN_URL Вот так проверял, что фолз ушел: ``` buglloc@buglloc-dev:~/work/a.yandex-team.ru$ arc co users/robot-contrib/release-yolint-yolint-7d4447f67f1588525055db15290915ef76094f20-37 Switched to branch 'users/robot-contrib/release-yolint-yolint-7d4447f67f1588525055db15290915ef76094f20-37' buglloc@buglloc-dev:~/work/a.yandex-team.ru$ ya test --style fintech/common/infra-gen/plugins/postgres ------- [TS] {debug, default-linux-x86_64} fintech/common/infra-gen/plugins/postgres/gotest/govet >> gotest.vet.txt::govet [FAIL] Test command err: $S/fintech/common/infra-gen/plugins/postgres/diff_calculator_test.go:16:1: "SA3000: TestMain should call os.Exit to set exit code" $S/fintech/common/infra-gen/plugins/postgres/diff_calculator_test.go:16:1: "SA3000: if you believe this report is false positive, please silence it with //nolint:sa3000 comment" Number of suites skipped by class type: 1 fintech/common/infra-gen/plugins/postgres/gotest <govet> ------ sole chunk ran 1 test (total:0.54s - test:0.51s) [fail] gotest.vet.txt::govet [default-linux-x86_64-debug] (0.18s) $S/fintech/common/infra-gen/plugins/postgres/diff_calculator_test.go:16:1: "SA3000: TestMain should call os.Exit to set exit code" $S/fintech/common/infra-gen/plugins/postgres/diff_calculator_test.go:16:1: "SA3000: if you believe this report is false positive, please silence it with //nolint:sa3000 comment" Logsdir: /home/buglloc/work/a.yandex-team.ru/fintech/common/infra-gen/plugins/postgres/gotest/test-results/govet/testing_out_stuff Stderr: /home/buglloc/work/a.yandex-team.ru/fintech/common/infra-gen/plugins/postgres/gotest/test-results/govet/testing_out_stuff/gotest.vet.txt.govet.err ------ FAIL: 1 - FAIL fintech/common/infra-gen/plugins/postgres/gotest Total 3 suites: 2 - GOOD 1 - FAIL Total 15 tests: 14 - GOOD 1 - FAIL Failed buglloc@buglloc-dev:~/work/a.yandex-team.ru$ arc co -b yolint-tst Switched to branch 'yolint-tst' buglloc@buglloc-dev:~/work/a.yandex-team.ru$ arc cherry-pick 0f9c71ea3697096a12cb6d9dfaa31ddddc99b6ca commit 0f9c71ea3697096a12cb6d9dfaa31ddddc99b6ca Pass GoVersion to vet HEAD is now at 1e1176cc27f0f5d8e3a8588fbd6876324a24b54e Pass GoVersion to vet buglloc@buglloc-dev:~/work/a.yandex-team.ru$ ya test --style fintech/common/infra-gen/plugins/postgres Number of suites skipped by class type: 1 Total 3 suites: 3 - GOOD Total 15 tests: 15 - GOOD Ok buglloc@buglloc-dev:~/work/a.yandex-team.ru$ ``` commit_hash:b5835004f247d4d91eb19b7c71e4e32032a99c29
* Drop old broken groovy related stuffsvidyuk2024-11-121-23/+0
| | | | commit_hash:5511818f738a9382b398431472683745ce1a22ca
* . Пробрасывать версию релизного бранча в ↵dspushkin2024-11-113-0/+15
| | | | | | | | | ya package Как вариант, по аналогии с custom-version опцией(custom_version полем в sandbox), пробрасывать опцию release-version(или release-message) в vcs_info. Тут представлен вариант как прокинуть его в сборку пакета. commit_hash:f3766b0f0780bd280b1a9d799bea22add4ca3880
* Release clang18 #3robot-brewer2024-11-111-1/+1
| | | | | https://github.com/yandex/toolchain-registry/releases/tag/clang18-v3 commit_hash:242ab0166e0b3ae29fd381117df005246a4e4eb9
* Moved yql/public/udf YQL-19206vvvv2024-11-031-1/+1
| | | | | | | init [nodiff:caesar] commit_hash:fea5321f18f8d9ada6a22d2359af7e1c4c19b8cc
* Add python wrapper for clangnechda2024-11-024-42/+57
| | | | commit_hash:0ac8fe42fec35bd7fd78602530d909a5369b4e0b
* Don't style build/scripts/_fake_src.cppalevitskii2024-10-291-2/+1
| | | | | Don't style build/scripts/_fake_src.cpp commit_hash:e22cd38bd3e4a39ec5edda66fcc6c4c298531cc2
* Don't style build/scripts/c_templates/svn_interface.calevitskii2024-10-251-0/+1
| | | | | Don't style svn_interface commit_hash:9bded11bba0cc91d52fd7576faa911deb5b9f6a1
* Release python3-frozen #10robot-brewer2024-10-2429-13/+110
| | | | | https://github.com/yandex/toolchain-registry/releases/tag/python3-frozen-v10 commit_hash:c15fdff831efa24ba1f6711307408dd1c7a46b91
* Revert commit rXXXXXX, Release python3-frozen #8v-korovin2024-10-2229-110/+13
| | | | commit_hash:b0fd54f791bf63cf460b769f1ce4b384bc5f793c
* Release python3-frozen #8robot-brewer2024-10-2229-13/+110
| | | | | https://github.com/yandex/toolchain-registry/releases/tag/python3-frozen-v8 commit_hash:db14a768da738da2ea13bd7cb7af738d83793500
* fix for py3 runnerpg2024-10-191-1/+1
| | | | commit_hash:30adefe665fb83ed7b1aa644958e110348e0d117
* add generic json command executor for external bspg2024-10-181-0/+31
| | | | commit_hash:0833419ebee283a1fb0e0a41f615b0bf7b61f548
* feat(conf+builder): remove contrib-related codezaverden2024-10-172-114/+0
| | | | commit_hash:cfbd74bf877107b5db0cb2ea60977b4849e15af5
* Remove hardcoded-cmake generator filesdimdim112024-10-036-785/+0
| | | | | Remove hardcoded-cmake generator files commit_hash:133622cd3a729cbb7cbfdee793de79d6de4f20f4
* . Fix create coverage reportsaraykin2024-09-301-1/+1
| | | | commit_hash:18d5a33bf73332686312655f2bbf4e06f2432e37
* Drop support for older xcode versionsthegeorg2024-09-261-6/+1
| | | | commit_hash:f714e6d32ed3ecff18519fa5ca123ca92b17a269
* futurize build/scriptsv-korovin2024-09-2631-138/+134
| | | | commit_hash:41fb885eb1e03094e65521671349e66f4225321b
* Filter *.fake cgo peerssomov2024-09-251-1/+7
| | | | | Filter *.fake cgo peers commit_hash:f37144547ee8d478791cf1d2f353c22164513553
* 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