Skip to content

Commit

Permalink
Remove patch for RLIMIT_CORE bug in sudo, fixed upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
shivammathur committed Oct 18, 2020
1 parent b77ec78 commit e9595da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/scripts/linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ update_lists() {

# Function to setup environment for self-hosted runners.
self_hosted_setup() {
echo "Set disable_coredump false" | sudo tee -a /etc/sudo.conf
if ! command -v apt-fast >/dev/null; then
sudo ln -sf /usr/bin/apt-get /usr/bin/apt-fast
fi
Expand Down

0 comments on commit e9595da

Please sign in to comment.