Skip to content

Commit

Permalink
fail on warn again
Browse files Browse the repository at this point in the history
  • Loading branch information
SciLor committed Apr 29, 2024
1 parent dbf8f2b commit b28b63b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DockerfileAlpine
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ RUN apk --no-cache add gcc protobuf-c-dev build-base git zip curl
COPY . /buildenv
WORKDIR /buildenv
RUN curl -f https://raw.githubusercontent.com/toniebox-reverse-engineering/tonies-json/release/tonies.json -o /buildenv/install/pre/config/tonies.json || true
# No libsanitizie support in alpine and wrong definitions for PRIuTIME
RUN make zip NO_WARN_FAIL=1 NO_SANITIZERS=1
# No libsanitizie support in alpine
RUN make zip NO_SANITIZERS=1
#RUN make preinstall

# Use Alpine Linux as base image for the final image
Expand Down

0 comments on commit b28b63b

Please sign in to comment.