node: dev build: remove race condition detector (#1988)
Co-authored-by: tbjump <>
This commit is contained in:
parent
1406d29ff6
commit
c5967bfebe
|
@ -19,7 +19,7 @@ RUN --mount=type=cache,target=/root/.cache --mount=type=cache,target=/go \
|
|||
COPY node node
|
||||
COPY sdk sdk
|
||||
|
||||
ARG GO_BUILD_ARGS=-race
|
||||
ARG GO_BUILD_ARGS=
|
||||
|
||||
RUN --mount=type=cache,target=/root/.cache --mount=type=cache,target=/go \
|
||||
cd node && \
|
||||
|
|
Loading…
Reference in New Issue