diff options
author | say <say@yandex-team.com> | 2025-01-14 10:00:07 +0300 |
---|---|---|
committer | say <say@yandex-team.com> | 2025-01-14 10:16:07 +0300 |
commit | b64c9e79b4fcacdbdd328686ece0ab98df7bbad8 (patch) | |
tree | 37a8e6e8bdb4d29e7dad0986e351f05dc52138d8 | |
parent | 7afca18f02c1e2431ff03cb2762f6d1343b9ba6a (diff) | |
download | ydb-b64c9e79b4fcacdbdd328686ece0ab98df7bbad8.tar.gz |
Fix ya.conf.json and schema validator
commit_hash:6d145db90c022104fc6e88e9412c06496a21c8d6
-rw-r--r-- | build/external_resources/gdb/resources.json | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/build/external_resources/gdb/resources.json b/build/external_resources/gdb/resources.json index fb0c49719a..21293f67b0 100644 --- a/build/external_resources/gdb/resources.json +++ b/build/external_resources/gdb/resources.json @@ -12,7 +12,5 @@ "linux-x86_64": { "uri": "sbr:6682380912" } - }, - "match": "GDB", - "platform_replacements": {} + } } |