diff options
author | prettyboy <prettyboy@yandex-team.com> | 2023-09-08 00:22:12 +0300 |
---|---|---|
committer | prettyboy <prettyboy@yandex-team.com> | 2023-09-08 00:46:04 +0300 |
commit | 3a6cd865171eed9b89bf536cd242285f8b583a91 (patch) | |
tree | 25e2756c125f7484fb118e0d5724212199662389 /build/platform | |
parent | 67f3f216950849664a29035458cfaa5d12a62846 (diff) | |
download | ydb-3a6cd865171eed9b89bf536cd242285f8b583a91.tar.gz |
[build/plugins/ytest] Allow prebuilt linters for opensource
Без этого, ydb или не сможет запускать flake8 с помощью ya make.
Или к ним поедет сборка flake8.
Возможно последнее и не так плохо, но сейчас предлагается пока так
Diffstat (limited to 'build/platform')
-rw-r--r-- | build/platform/gcc/gcc102-arm-none-eabi.json | 10 | ||||
-rw-r--r-- | build/platform/gcc/gcc82.json | 10 | ||||
-rw-r--r-- | build/platform/gcc/gcc840-riscv32-esp-elf.json | 7 | ||||
-rw-r--r-- | build/platform/gcc/nds32le-elf-mculib-v5f.json | 10 | ||||
-rw-r--r-- | build/platform/gcc/xtensa-hifi5-elf.json | 7 | ||||
-rw-r--r-- | build/platform/ix/perf.json | 10 | ||||
-rw-r--r-- | build/platform/ndk/ndk-r25b.json | 10 | ||||
-rw-r--r-- | build/platform/python/ymake_python2/resources.json | 22 |
8 files changed, 86 insertions, 0 deletions
diff --git a/build/platform/gcc/gcc102-arm-none-eabi.json b/build/platform/gcc/gcc102-arm-none-eabi.json new file mode 100644 index 0000000000..d0a3a3f586 --- /dev/null +++ b/build/platform/gcc/gcc102-arm-none-eabi.json @@ -0,0 +1,10 @@ +{ + "by_platform": { + "linux-x86_64": { + "uri": "sbr:2289626116" + }, + "darwin-x86_64": { + "uri": "sbr:4303925056" + } + } +} diff --git a/build/platform/gcc/gcc82.json b/build/platform/gcc/gcc82.json new file mode 100644 index 0000000000..a189ce21e3 --- /dev/null +++ b/build/platform/gcc/gcc82.json @@ -0,0 +1,10 @@ +{ + "by_platform": { + "darwin-x86_64": { + "uri": "sbr:648775263" + }, + "linux-x86_64": { + "uri": "sbr:648775657" + } + } +} diff --git a/build/platform/gcc/gcc840-riscv32-esp-elf.json b/build/platform/gcc/gcc840-riscv32-esp-elf.json new file mode 100644 index 0000000000..d7022bead0 --- /dev/null +++ b/build/platform/gcc/gcc840-riscv32-esp-elf.json @@ -0,0 +1,7 @@ +{ + "by_platform": { + "linux-x86_64": { + "uri": "sbr:3920933794" + } + } +} diff --git a/build/platform/gcc/nds32le-elf-mculib-v5f.json b/build/platform/gcc/nds32le-elf-mculib-v5f.json new file mode 100644 index 0000000000..62066652ea --- /dev/null +++ b/build/platform/gcc/nds32le-elf-mculib-v5f.json @@ -0,0 +1,10 @@ +{ + "by_platform": { + "linux-x86_64": { + "uri": "sbr:3151772652" + }, + "darwin-x86_64": { + "uri": "sbr:4345130858" + } + } +} diff --git a/build/platform/gcc/xtensa-hifi5-elf.json b/build/platform/gcc/xtensa-hifi5-elf.json new file mode 100644 index 0000000000..522be0c6d8 --- /dev/null +++ b/build/platform/gcc/xtensa-hifi5-elf.json @@ -0,0 +1,7 @@ +{ + "by_platform": { + "linux-x86_64": { + "uri": "sbr:4515063012" + } + } +} diff --git a/build/platform/ix/perf.json b/build/platform/ix/perf.json new file mode 100644 index 0000000000..7ad20e4238 --- /dev/null +++ b/build/platform/ix/perf.json @@ -0,0 +1,10 @@ +{ + "by_platform": { + "linux-x86_64": { + "uri": "sbr:4504039783" + }, + "linux-aarch64": { + "uri": "sbr:4315087441" + } + } +} diff --git a/build/platform/ndk/ndk-r25b.json b/build/platform/ndk/ndk-r25b.json new file mode 100644 index 0000000000..432bca826b --- /dev/null +++ b/build/platform/ndk/ndk-r25b.json @@ -0,0 +1,10 @@ +{ + "by_platform": { + "darwin-x86_64": { + "uri": "sbr:3610382528" + }, + "linux-x86_64": { + "uri": "sbr:3610381029" + } + } +} diff --git a/build/platform/python/ymake_python2/resources.json b/build/platform/python/ymake_python2/resources.json new file mode 100644 index 0000000000..880a39a053 --- /dev/null +++ b/build/platform/python/ymake_python2/resources.json @@ -0,0 +1,22 @@ +{ + "by_platform": { + "darwin-arm64": { + "uri": "sbr:2989596911" + }, + "darwin-x86_64": { + "uri": "sbr:2989597929" + }, + "linux-x86_64": { + "uri": "sbr:2989598506" + }, + "linux-ppc64le": { + "uri": "sbr:2989596149" + }, + "win32-x86_64": { + "uri": "sbr:2989597467" + }, + "linux-aarch64": { + "uri": "sbr:3864777619" + } + } +} |