Skip to content

Commit

Permalink
drone.sh: disable ASLR
Browse files Browse the repository at this point in the history
  • Loading branch information
ashtum committed Oct 9, 2024
1 parent 2b7377b commit bbb757c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .drone/drone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit bbb757c

Please sign in to comment.