Skip to content

Commit

Permalink
CASMHMS-6324: Forgot to set to true
Browse files Browse the repository at this point in the history
  • Loading branch information
jwlv committed Dec 21, 2024
1 parent 300481d commit 2b0dd13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ COPY vendor $GOPATH/src/github.com/Cray-HPE/hms-smd/v2/vendor
FROM base AS builder

# Set profiling to disabled by default
ARG ENABLE_PPROF=false
ARG ENABLE_PPROF=true

# Conditionally build with the pprof tag if profiling is enabled
RUN if [ "$ENABLE_PPROF" = "true" ]; then \
Expand Down

0 comments on commit 2b0dd13

Please sign in to comment.