We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a62c9b5 commit 515bddaCopy full SHA for 515bdda
Dockerfile
@@ -42,7 +42,7 @@ RUN if [ "$enable_go_cache" = "true" ]; then \
42
fi
43
RUN --mount=type=cache,target="/root/.cache/go-build",id=statusgo-build-$cache_id \
44
--mount=type=cache,target="/root/.cache/go-generate-fast",id=statusgo-build-$cache_id \
45
- make USE_SYSTEM_NIM=1 $build_target BUILD_TAGS="$build_tags" BUILD_FLAGS="$build_flags" \
+ make $build_target BUILD_TAGS="$build_tags" BUILD_FLAGS="$build_flags" \
46
GO_GENERATE_FAST_RECACHE=$([ "$enable_go_cache" = "true" ] && echo false || echo true) \
47
GO_GENERATE_FAST_DIR="/root/.cache/go-generate-fast"
48
0 commit comments