Skip to content

Commit

Permalink
Allow format-security errors for devel
Browse files Browse the repository at this point in the history
  • Loading branch information
jwokaty authored and almahmoud committed Dec 23, 2024
1 parent eeb936e commit 08da8f5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ RUN bash /tmp/install_bioc_sysdeps.sh $BIOCONDUCTOR_VERSION \
&& echo BIOCONDUCTOR_DOCKER_VERSION=${BIOCONDUCTOR_DOCKER_VERSION} >> /usr/local/lib/R/etc/Renviron.site \
&& echo 'LIBSBML_CFLAGS="-I/usr/include"' >> /usr/local/lib/R/etc/Renviron.site \
&& echo 'LIBSBML_LIBS="-lsbml"' >> /usr/local/lib/R/etc/Renviron.site \
&& rm -rf Renviron.bioc \
&& sed -i 's/-Werror=format-security/-Wformat-security/g' /usr/local/lib/R/etc/Makeconf
&& rm -rf Renviron.bioc

ARG TARGETARCH
ENV TARGETARCH=${TARGETARCH:-amd64}
Expand Down

0 comments on commit 08da8f5

Please sign in to comment.