diff options
author | svidyuk <svidyuk@yandex-team.com> | 2024-11-07 05:49:57 +0300 |
---|---|---|
committer | svidyuk <svidyuk@yandex-team.com> | 2024-11-07 06:02:07 +0300 |
commit | c3aec4b741e41998e2f9c0fd33d60db563bb7eb3 (patch) | |
tree | d5bdb939dbbad81a8356df89a2dec5deb0013920 /build/conf | |
parent | 2661be00f3bc47590fda9218bf0386d6355c8c88 (diff) | |
download | ydb-c3aec4b741e41998e2f9c0fd33d60db563bb7eb3.tar.gz |
Revert commit rXXXXXX,Extract Go lib version from yo
Proper solution is implemented here:
Heuristic searching of version from yo tool json file is not needed anymore.
commit_hash:b1e84226e5379c4cfc5d2451d84c80502a795364
Diffstat (limited to 'build/conf')
-rw-r--r-- | build/conf/go.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build/conf/go.conf b/build/conf/go.conf index 85eb4b37c6..ab87169dd4 100644 --- a/build/conf/go.conf +++ b/build/conf/go.conf @@ -817,7 +817,6 @@ module GO_LIBRARY: _GO_BASE_UNIT { SET(MODULE_TYPE LIBRARY) SET(PEERDIR_TAGS GO GO_PROTO GO_FBS __EMPTY__ RESOURCE_LIB PACKAGE_UNION) - _MAKEFILE_INCLUDE_LIKE_DEPS+=.yo.snapshot.json MODULE_SUFFIX=.a } |