diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-03-16 16:21:01 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-03-16 16:21:01 +0300 |
commit | 9f7f925df954712a6b6682492493106c509c132f (patch) | |
tree | 4466705aed66a6605fd0bff6aa7539f766545ab4 | |
parent | c5767d9ab2afc4d5e62f34a721146c78b950b6a1 (diff) | |
download | ydb-9f7f925df954712a6b6682492493106c509c132f.tar.gz |
intermediate changes
ref:255aefc0043a44eb6323a8462887bc8cacdce1e5
-rw-r--r-- | build/rules/contrib_restricted.policy | 3 | ||||
-rw-r--r-- | build/ya.conf.json | 24 | ||||
-rw-r--r-- | build/ymake.core.conf | 4 |
3 files changed, 17 insertions, 14 deletions
diff --git a/build/rules/contrib_restricted.policy b/build/rules/contrib_restricted.policy index d00b6c54804..eef2571337f 100644 --- a/build/rules/contrib_restricted.policy +++ b/build/rules/contrib_restricted.policy @@ -44,6 +44,9 @@ ALLOW mds -> contrib/restricted/uriparser # https://st.yandex-team.ru/CONTRIB-2020 ALLOW weather -> contrib/restricted/range-v3 +# https://st.yandex-team.ru/CONTRIB-2492 +ALLOW weather -> contrib/restricted/aviso-fes + # ALSA library is LGPL ALLOW yandex_io -> contrib/restricted/alsa-lib ALLOW smart_devices -> contrib/restricted/alsa-lib diff --git a/build/ya.conf.json b/build/ya.conf.json index d715002cd46..ed1baab6b10 100644 --- a/build/ya.conf.json +++ b/build/ya.conf.json @@ -306,10 +306,10 @@ "description": "Run saas2 cli" }, "go": { - "description": "Run go tool (1.17.7)" + "description": "Run go tool (1.17.8)" }, "gofmt": { - "description": "Run gofmt tool (1.17.7)" + "description": "Run gofmt tool (1.17.8)" }, "go_1.18rc1": { "description": "Run go tool (1.18rc1)" @@ -5047,18 +5047,18 @@ } ] }, - "golang_1_17_7": { + "golang_1_17_8": { "tools": { "golang": { - "bottle": "golang_1.17.7", + "bottle": "golang_1.17.8", "executable": "golang" }, "go": { - "bottle": "golang_1.17.7", + "bottle": "golang_1.17.8", "executable": "go" }, "gofmt": { - "bottle": "golang_1.17.7", + "bottle": "golang_1.17.8", "executable": "gofmt" } }, @@ -5091,7 +5091,7 @@ ], "params": { "type": "golang", - "version": "1.17.7" + "version": "1.17.8" } }, "golang_1_18rc1": { @@ -7737,13 +7737,13 @@ ] } }, - "golang_1.17.7": { + "golang_1.17.8": { "formula": { "sandbox_id": [ - 1217046835, - 1217047391, - 1217047830, - 1217048395 + 1245612889, + 1245613360, + 1245613918, + 1245614433 ], "match": "GOLANG" }, diff --git a/build/ymake.core.conf b/build/ymake.core.conf index 3590cab8db3..ffaa27f7ead 100644 --- a/build/ymake.core.conf +++ b/build/ymake.core.conf @@ -8143,8 +8143,8 @@ elsewhen ($ARCH_ARM64) { GO_HOST_TARG_PARAMS=++host-os $GO_HOST_OS ++host-arch $GO_HOST_ARCH ++targ-os $GO_TARG_OS ++targ-arch $GO_TARG_ARCH # tag:go-specific -GOSTD_VERSION=1.17.7 -when ($GOSTD_VERSION == "1.17.7") { +GOSTD_VERSION=1.17.8 +when ($GOSTD_VERSION == "1.17.8") { GOSTD=contrib/go/_std/src } elsewhen ($GOSTD_VERSION == "1.18rc1") { |