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 a70d394
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 [[ $(uname) == "Linux" ]]; then
echo 0 | sudo tee /proc/sys/kernel/randomize_va_space
fi

if [ "$DRONE_JOB_BUILDTYPE" == "boost" ]; then

echo '==================================> INSTALL'
Expand Down

0 comments on commit a70d394

Please sign in to comment.