diff --git a/.drone/drone.sh b/.drone/drone.sh index 838621a2..9a67ff94 100755 --- a/.drone/drone.sh +++ b/.drone/drone.sh @@ -42,6 +42,10 @@ common_install () { fi } +if [[ -z "${B2_ASAN}" ]]; then + echo 0 | sudo tee /proc/sys/kernel/randomize_va_space > /dev/null +fi + if [ "$DRONE_JOB_BUILDTYPE" == "boost" ]; then echo '==================================> INSTALL'