Skip to content

Commit e70c97e

Browse files
committedJul 2, 2024··
Add randomize_va_space to drone
1 parent 15f0d52 commit e70c97e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎.drone/drone.sh

+4
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ python tools/boostdep/depinst/depinst.py math
4040
./bootstrap.sh
4141
./b2 headers
4242

43+
if [[ $(uname) == "Linux" ]]; then
44+
echo 0 | sudo tee /proc/sys/kernel/randomize_va_space
45+
fi
46+
4347
echo '==================================> BEFORE_SCRIPT'
4448

4549
. $DRONE_BUILD_DIR/.drone/before-script.sh

0 commit comments

Comments
 (0)
Please sign in to comment.