diff --git a/.drone/drone.sh b/.drone/drone.sh index 4ccf92eb7..86dbf129f 100644 --- a/.drone/drone.sh +++ b/.drone/drone.sh @@ -40,6 +40,10 @@ python tools/boostdep/depinst/depinst.py math ./bootstrap.sh ./b2 headers +if [[ $(uname) == "Linux" ]]; then + echo 0 | sudo tee /proc/sys/kernel/randomize_va_space +fi + echo '==================================> BEFORE_SCRIPT' . $DRONE_BUILD_DIR/.drone/before-script.sh