Skip to content

Commit

Permalink
pass in cargo profile explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
kwannoel committed Aug 20, 2024
1 parent a6baa5c commit 5f05390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ ENV ENABLE_BUILD_DASHBOARD=1
ENV OPENSSL_STATIC=1

RUN cargo fetch && \
cargo build -p risingwave_cmd_all --features "rw-static-link" --features all-udf && \
cargo build -p risingwave_cmd_all --profile ${CARGO_PROFILE} --features "rw-static-link" --features all-udf && \
mkdir -p /risingwave/bin && \
mv /risingwave/target/${CARGO_PROFILE}/risingwave /risingwave/bin/ && \
mv /risingwave/target/${CARGO_PROFILE}/risingwave.dwp /risingwave/bin/ && \
Expand Down

0 comments on commit 5f05390

Please sign in to comment.