summaryrefslogtreecommitdiffstats
path: root/build/scripts/go_tool.py
Commit message (Collapse)AuthorAgeFilesLines
* implement golang ld pluginspg2025-02-261-7/+6
| | | | commit_hash:fb3ab9a0d420c781eb07bf3f791ba1f3fc1f2353
* 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
* Release python3-frozen #10robot-brewer2024-10-241-0/+3
| | | | | https://github.com/yandex/toolchain-registry/releases/tag/python3-frozen-v10 commit_hash:c15fdff831efa24ba1f6711307408dd1c7a46b91
* Revert commit rXXXXXX, Release python3-frozen #8v-korovin2024-10-221-3/+0
| | | | commit_hash:b0fd54f791bf63cf460b769f1ce4b384bc5f793c
* Release python3-frozen #8robot-brewer2024-10-221-0/+3
| | | | | https://github.com/yandex/toolchain-registry/releases/tag/python3-frozen-v8 commit_hash:db14a768da738da2ea13bd7cb7af738d83793500
* Filter *.fake cgo peerssomov2024-09-251-1/+7
| | | | | Filter *.fake cgo peers commit_hash:f37144547ee8d478791cf1d2f353c22164513553
* fix DeprecationWarningsnermolaev2024-09-091-1/+4
| | | | dafdaedfdc8d7dd4c6681da5b98a59940c63f548
* Let go properly link binries in PIC modespreis2024-08-051-2/+7
| | | | 81668e85a416903e82cfa2a2223680f04a3343c7
* 5eeabf6b50300e7e8d5a2089deaf9946fc3e9cf5snermolaev2024-04-031-7/+2
|
* Update golang to 1.22.1hiddenpath2024-04-031-11/+1
| | | | 2967d19c907adf59101a1f47b4208bd0b04a6186
* Library import 7 (#937)AlexSm2024-01-111-1/+3
|
* `build/scripts` ya style --pyiaz16072023-11-301-47/+63
|
* go build: substitute a.yandex-team.ru/ for GO_ARCADIA_PROJECT_PREFIXsnermolaev2023-09-231-1/+1
|
* fixes for clang16pg2023-08-121-1/+4
| | | | https://discourse.llvm.org/t/llvm-15-default-pie-issue/67125
* Always initialize yatest lib for goiaz16072023-08-111-0/+1
| | | | | | @snermolaev предложил в тикете вынести инициализацию окружения в отдельный модуль и для каждого модуля импортировать его, чтобы не делать лишней работы. Но кажется, что при таком подходе, потом нужно будет либо повторно считывать и парсить контекстный файл, либо сохранять его контент внутри нового модуля и тоже заново парсить. Учитывая, что для инициализации переменных окружения нам все равно придется считать и распарсить контекстный файл, предлагаю оставить инициализацию как есть и вместе с переменными окружния, практически за бесплатно инициализировать весь контекст.
* GO_EMBED_BINDIR macrosnermolaev2023-08-101-2/+4
|
* add ymake export to ydbalexv-smirnov2023-06-131-0/+891
|
* Revert ymake build from ydb oss exportalexv-smirnov2023-03-281-868/+0
|
* add library/cpp/actors, ymake build to ydb oss exportalexv-smirnov2023-03-151-0/+868
|
* Let cmake export determine which build/scripts are mandatorythegeorg2022-08-191-867/+0
|
* temp fix ydb oss sync config to unlock sync on /vendor dependencyalexv-smirnov2022-08-181-0/+867
|
* fix ya.makemonster2022-07-071-873/+0
|
* Create GOLANG_VERSION macrotekireeva2022-06-281-0/+3
| | | | ref:73e5ea23d07c29ad9d91bd0fbc28278bfb29b4d5
* Remove Go 1.17.8setser2022-06-141-1/+1
| | | | ref:7fbacda5c8a5c777feeda83c7dac7c67d67819f0
* intermediate changesarcadia-devtools2022-04-081-0/+6
| | | | ref:1d0edaaab2fb7e38b2752aa0f8a3126791513196
* Restoring authorship annotation for <[email protected]>. Commit 2 of 2.tekireeva2022-02-101-8/+8
|
* Restoring authorship annotation for <[email protected]>. Commit 1 of 2.tekireeva2022-02-101-8/+8
|
* Restoring authorship annotation for Aleksandr <[email protected]>. Commit ↵Aleksandr2022-02-101-1/+1
| | | | 2 of 2.
* Restoring authorship annotation for Aleksandr <[email protected]>. Commit ↵Aleksandr2022-02-101-1/+1
| | | | 1 of 2.
* Restoring authorship annotation for <[email protected]>. Commit 2 of 2.snermolaev2022-02-101-847/+847
|
* Restoring authorship annotation for <[email protected]>. Commit 1 of 2.snermolaev2022-02-101-847/+847
|
* Restoring authorship annotation for <[email protected]>. Commit 2 of 2.dvshkurko2022-02-101-6/+6
|
* Restoring authorship annotation for <[email protected]>. Commit 1 of 2.dvshkurko2022-02-101-6/+6
|
* Restoring authorship annotation for <[email protected]>. Commit 2 of 2.heretic2022-02-101-2/+2
|
* Restoring authorship annotation for <[email protected]>. Commit 1 of 2.heretic2022-02-101-2/+2
|
* intermediate changesDevtools Arcadia2022-02-071-0/+864
ref:cde9a383711a11544ce7e107a78147fb96cc4029