node: dev build: remove race condition detector (#1988)

Co-authored-by: tbjump <>
This commit is contained in:
tbjump 2022-11-23 13:25:51 -06:00 committed by GitHub
parent 1406d29ff6
commit c5967bfebe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 && \