Bump versions

This commit is contained in:
2024-01-26 17:47:23 +01:00
parent b95e94520d
commit 04ac6b3f64

View File

@ -69,14 +69,14 @@ export PROC_LIMIT=`free -g | grep Mem | awk -v nproc=$(nproc) '{print (($2 + 1)
#start build #start build
cd ImageMagick cd ImageMagick
git fetch --all git fetch --all
git checkout 7.1.1-26 git checkout 7.1.1-27
CXXFLAGS='-O3 -mtune=native -march=native' CFLAGS='-O3 -mtune=native -march=native' ./configure --without-perl --without-magick-plus-plus --with-rsvg=yes --disable-openmp CXXFLAGS='-O3 -mtune=native -march=native' CFLAGS='-O3 -mtune=native -march=native' ./configure --without-perl --without-magick-plus-plus --with-rsvg=yes --disable-openmp
make -j $PROC_LIMIT install make -j $PROC_LIMIT install
make distclean make distclean
ldconfig ldconfig
cd ../rspamd cd ../rspamd
git fetch --all --recurse-submodules git fetch --all --recurse-submodules
git checkout 3.8.0 --recurse-submodules git checkout 3.8.1 --recurse-submodules
cd .. cd ..
mkdir -p rspamd_build mkdir -p rspamd_build
cd rspamd_build cd rspamd_build