Remove patch for RLIMIT_CORE bug in sudo, fixed upstream
This commit is contained in:
parent
b77ec78d01
commit
e9595da9ac
1 changed files with 0 additions and 1 deletions
|
|
@ -70,7 +70,6 @@ update_lists() {
|
||||||
|
|
||||||
# Function to setup environment for self-hosted runners.
|
# Function to setup environment for self-hosted runners.
|
||||||
self_hosted_setup() {
|
self_hosted_setup() {
|
||||||
echo "Set disable_coredump false" | sudo tee -a /etc/sudo.conf
|
|
||||||
if ! command -v apt-fast >/dev/null; then
|
if ! command -v apt-fast >/dev/null; then
|
||||||
sudo ln -sf /usr/bin/apt-get /usr/bin/apt-fast
|
sudo ln -sf /usr/bin/apt-get /usr/bin/apt-fast
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue