aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorsnermolaev <snermolaev@yandex-team.com>2025-02-28 10:09:04 +0300
committersnermolaev <snermolaev@yandex-team.com>2025-02-28 10:32:26 +0300
commit470831e624146d43911f84cb3fd27b8685f14e37 (patch)
tree1bc0df6cd998f060b2efbcfcb8fbc8c31b3b72f7 /build
parentd98754aa913bbc24c0aa3fc5a27654843b335b8b (diff)
downloadydb-470831e624146d43911f84cb3fd27b8685f14e37.tar.gz
Untitled commit
commit_hash:c6d1f5b06cea8c0ca75f9af045979b13ab3c9fa4
Diffstat (limited to 'build')
-rw-r--r--build/conf/go.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/conf/go.conf b/build/conf/go.conf
index 83b03e753c..9776f39287 100644
--- a/build/conf/go.conf
+++ b/build/conf/go.conf
@@ -1022,5 +1022,5 @@ macro GO_MOCKGEN_MOCKS() {
PEERDIR(vendor/go.uber.org/mock/gomock)
# Unfortunately ${rootrel;tool:TOOL} doesn't work currently, so we use this ugly workaround $MODDIR/gen/gen$_GO_EXE_SUFFIX
- RUN_PROGRAM(vendor/go.uber.org/mock/mockgen -package mocks -exec_only $MODDIR/gen/gen$_GO_EXE_SUFFIX ${GO_ARCADIA_PROJECT_PREFIX}${MOCKGEN_FROM} $MOCKGEN_TYPES STDOUT main.go TOOL $MODDIR/gen CWD $ARCADIA_BUILD_ROOT)
+ RUN_PROGRAM(vendor/go.uber.org/mock/mockgen -package mocks -exec_only $MODDIR/gen/gen$_GO_EXE_SUFFIX ${GO_ARCADIA_PROJECT_PREFIX}${MOCKGEN_FROM} $MOCKGEN_TYPES STDOUT main.go TOOL $MODDIR/gen CWD $ARCADIA_BUILD_ROOT ENV PATH=${GO_TOOLS_ROOT}/bin GOROOT=${GO_TOOLS_ROOT} GOCACHE=${BINDIR}/.gocache)
}