diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-04-28 17:35:32 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-04-28 17:35:32 +0300 |
commit | e4e932fb112cbc9df7800e1418ca5eeed0bf323f (patch) | |
tree | 7ef6b1e9c1658e08fadf09d63626745e2cb47fed | |
parent | 1d80f65d6a77d0e4c1b3a18a6a970715934ecd75 (diff) | |
download | ydb-e4e932fb112cbc9df7800e1418ca5eeed0bf323f.tar.gz |
intermediate changes
ref:bbebbe2ec0d29d18dac610b4d495124c0f4734c5
-rw-r--r-- | build/rules/go/vendor.policy | 5 | ||||
-rw-r--r-- | build/ya.conf.json | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/build/rules/go/vendor.policy b/build/rules/go/vendor.policy index 10509ebd8a6..debd0de904e 100644 --- a/build/rules/go/vendor.policy +++ b/build/rules/go/vendor.policy @@ -1109,6 +1109,11 @@ ALLOW noc/traffic/dns/.* -> vendor/github.com/gin-gonic/gin # CONTRIB-2542 ALLOW noc/traffic/dns/.* -> vendor/github.com/gin-contrib/gzip +# CONTRIB-1735 +ALLOW .* -> vendor/gonum.org/v1/gonum +DENY .* -> vendor/gonum.org/v1/gonum;test +DENY .* -> vendor/gonum.org/v1/plot;test +DENY .* -> vendor/gonum.org/v1/netlib;test # # This section is for EXCEPTIONS. Add new rule above, not here. diff --git a/build/ya.conf.json b/build/ya.conf.json index 0f97ffeecac..06c986b7a91 100644 --- a/build/ya.conf.json +++ b/build/ya.conf.json @@ -7231,7 +7231,7 @@ "node-search": { "formula": { "sandbox_id": [ - 1293225955 + 1293225955 ], "match": "node_search" }, @@ -8408,7 +8408,7 @@ }, "marketsre": { "formula": { - "sandbox_id": 1292427496, + "sandbox_id": 1293298923, "match": "marketsre" }, "executable": { |