2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-19 04:22:09 +00:00

Add randomize_va_space to drone

This commit is contained in:
Matt Borland
2024-07-02 16:54:51 -04:00
parent 15f0d527d0
commit e70c97e6eb

View File

@@ -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