Remove patch for RLIMIT_CORE bug in sudo, fixed upstream

This commit is contained in:
Shivam Mathur 2020-10-17 04:53:29 +05:30
parent b77ec78d01
commit e9595da9ac
No known key found for this signature in database
GPG Key ID: 3E13E4C8591ACC2A

View File

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