diff options
author | hiddenpath <hiddenpath@yandex-team.com> | 2024-03-22 17:39:50 +0300 |
---|---|---|
committer | hiddenpath <hiddenpath@yandex-team.com> | 2024-03-22 17:56:16 +0300 |
commit | b20b35f12ef6cc066d54b12c4289e161f25b1d12 (patch) | |
tree | 465695f22152bb1ebaa0f667d8a3892c54955bcd | |
parent | 775024262345459dde259a4cee7445e4a29ea5c5 (diff) | |
download | ydb-b20b35f12ef6cc066d54b12c4289e161f25b1d12.tar.gz |
Implement platform filter for toolchain-registry
cb5dc137330191c769d110bccc64207df708ce2b
-rw-r--r-- | build/external_resources/gdb/a.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/build/external_resources/gdb/a.yaml b/build/external_resources/gdb/a.yaml index b6918cdd85..5d96477e76 100644 --- a/build/external_resources/gdb/a.yaml +++ b/build/external_resources/gdb/a.yaml @@ -36,6 +36,9 @@ ci: title: IX submodule revision (github.com/stal-ix/ix) type: string default: CURRENT + platforms: + title: Build only for particular platforms (comma separated) + type: string filters: - discovery: dir abs-paths: @@ -56,6 +59,7 @@ ci: input: <<: *base-input resource_path: *resource-path + particular_platforms: ${flow-vars.platforms} update-mapping: title: Update mapping.conf.json |