Skip to content

Commit

Permalink
Update Docker release build to use the maxperf profile
Browse files Browse the repository at this point in the history
* Use `maxperf` instead of `release` for building the LC
  • Loading branch information
QEDK committed Jan 24, 2024
1 parent 97a9573 commit d40ad42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.release
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM rust:1-slim-buster as builder

WORKDIR /app

ARG BUILD_PROFILE=release
ARG BUILD_PROFILE=maxperf
ENV BUILD_PROFILE $BUILD_PROFILE

RUN apt-get update && apt-get -y upgrade && apt-get install -y cmake libclang-dev
Expand Down

0 comments on commit d40ad42

Please sign in to comment.