diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-04-29 00:36:28 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-04-29 00:36:28 +0300 |
commit | ad89dfecc3248af5b9da70bf74c140e99795214b (patch) | |
tree | 8863b92d3ce9c4579b1890c4168aac6117643ad4 | |
parent | 4b111819e9d7b69d42a3064006d63489036f86ae (diff) | |
download | ydb-ad89dfecc3248af5b9da70bf74c140e99795214b.tar.gz |
intermediate changes
ref:21a2e903bf7354538a9fa0a188a7a33323eb43b4
-rw-r--r-- | build/rules/go/vendor.policy | 3 | ||||
-rw-r--r-- | build/ya.conf.json | 4 |
2 files changed, 6 insertions, 1 deletions
diff --git a/build/rules/go/vendor.policy b/build/rules/go/vendor.policy index 96c0ca834fe..a7c5e2ad238 100644 --- a/build/rules/go/vendor.policy +++ b/build/rules/go/vendor.policy @@ -1121,6 +1121,9 @@ DENY .* -> vendor/gonum.org/v1/gonum;test DENY .* -> vendor/gonum.org/v1/plot;test DENY .* -> vendor/gonum.org/v1/netlib;test +# CONTRIB-2548 +ALLOW .* -> vendor/github.com/yandex-cloud/go-sdk + # # This section is for EXCEPTIONS. Add new rule above, not here. # diff --git a/build/ya.conf.json b/build/ya.conf.json index 50dc010eb80..65ee93ff9b8 100644 --- a/build/ya.conf.json +++ b/build/ya.conf.json @@ -6998,16 +6998,18 @@ "gdbnew": { "formula": { "sandbox_id": [ - 1230533443 + 1293473647 ], "match": "GDB" }, "executable": { "gdb": [ + "gdb", "bin", "gdb" ], "gdbserver": [ + "gdb", "bin", "gdbserver" ] |