diff options
author | snermolaev <snermolaev@yandex-team.ru> | 2022-02-10 16:45:53 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:53 +0300 |
commit | 2015790ac9fcc04caab83fccc23ab2460310a797 (patch) | |
tree | e644e9bc3f6f688561a871793b59bf8a637e0f72 /build/external_resources/go_tools/ya.make | |
parent | c768a99151e47c3a4bb7b92c514d256abd301c4d (diff) | |
download | ydb-2015790ac9fcc04caab83fccc23ab2460310a797.tar.gz |
Restoring authorship annotation for <snermolaev@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'build/external_resources/go_tools/ya.make')
-rw-r--r-- | build/external_resources/go_tools/ya.make | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/build/external_resources/go_tools/ya.make b/build/external_resources/go_tools/ya.make index ff3f8f7f2a..fe94f46701 100644 --- a/build/external_resources/go_tools/ya.make +++ b/build/external_resources/go_tools/ya.make @@ -1,27 +1,27 @@ -OWNER(g:ymake) - -RESOURCES_LIBRARY() - -IF (NOT HOST_OS_DARWIN AND NOT HOST_OS_LINUX AND NOT HOST_OS_WINDOWS) - MESSAGE(FATAL_ERROR Unsupported host platform for GO_TOOLS) -ELSEIF(GOSTD_VERSION == 1.17.6) - DECLARE_EXTERNAL_HOST_RESOURCES_BUNDLE( - GO_TOOLS - sbr:2685555388 FOR DARWIN-ARM64 - sbr:2685554692 FOR DARWIN - sbr:2685556023 FOR LINUX - sbr:2685556796 FOR WIN32 - ) -ELSEIF(GOSTD_VERSION == 1.18beta2) - DECLARE_EXTERNAL_HOST_RESOURCES_BUNDLE( - GO_TOOLS - sbr:2764476653 FOR DARWIN-ARM64 - sbr:2764475951 FOR DARWIN - sbr:2764477456 FOR LINUX - sbr:2764478136 FOR WIN32 - ) -ELSE() - MESSAGE(FATAL_ERROR Unsupported version [${GOSTD_VERSION}] of Go Standard Library) -ENDIF() - -END() +OWNER(g:ymake) + +RESOURCES_LIBRARY() + +IF (NOT HOST_OS_DARWIN AND NOT HOST_OS_LINUX AND NOT HOST_OS_WINDOWS) + MESSAGE(FATAL_ERROR Unsupported host platform for GO_TOOLS) +ELSEIF(GOSTD_VERSION == 1.17.6) + DECLARE_EXTERNAL_HOST_RESOURCES_BUNDLE( + GO_TOOLS + sbr:2685555388 FOR DARWIN-ARM64 + sbr:2685554692 FOR DARWIN + sbr:2685556023 FOR LINUX + sbr:2685556796 FOR WIN32 + ) +ELSEIF(GOSTD_VERSION == 1.18beta2) + DECLARE_EXTERNAL_HOST_RESOURCES_BUNDLE( + GO_TOOLS + sbr:2764476653 FOR DARWIN-ARM64 + sbr:2764475951 FOR DARWIN + sbr:2764477456 FOR LINUX + sbr:2764478136 FOR WIN32 + ) +ELSE() + MESSAGE(FATAL_ERROR Unsupported version [${GOSTD_VERSION}] of Go Standard Library) +ENDIF() + +END() |