Skip to content

Commit

Permalink
msan: cracklib build - work around type error
Browse files Browse the repository at this point in the history
It has been corrected upstream cracklib/cracklib@bdb3aee
but in this case the Debug function is a no-op so no harm done.
  • Loading branch information
grooverdan committed Nov 20, 2024
1 parent a701651 commit fe47a5e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci_build_images/msan.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -171,11 +171,12 @@ RUN . /etc/os-release \
&& libtoolize \
&& automake --add-missing \
&& autoreconf \
&& ./configure --without-python \
&& CFLAGS="$CFLAGS -Wno-error=int-conversion" ./configure --without-python \
--with-default-dict=/usr/share/dict/cracklib-small \
&& make -j "$(nproc)" \
&& cp -aL lib/.libs/*.so* $MSAN_LIBDIR \
&& cd $OLDPWD \
&& rm -rf * \
&& apt-get clean \
&& apt-get -y purge \
bzip2 \
Expand Down

0 comments on commit fe47a5e

Please sign in to comment.