mirror of
https://github.com/shivammathur/setup-php.git
synced 2024-11-22 20:01:06 +07:00
Add WA for setrlimit warning with sudo in focal
This commit is contained in:
parent
0469a6f681
commit
0e56c0b653
@ -27,6 +27,7 @@ update_ppa() {
|
||||
# Function to setup environment for self-hosted runners
|
||||
pre_setup() {
|
||||
sudo mkdir -p /var/run /run/php
|
||||
echo "Set disable_coredump false" | sudo tee -a /etc/sudo.conf >/dev/null 2>&1
|
||||
if [ "$runner" = "self-hosted" ]; then
|
||||
if [[ "$version" =~ $old_versions ]] || [ "$version" = "5.3" ]; then
|
||||
add_log "$cross" "PHP" "PHP $version is not supported on self-hosted runner"
|
||||
|
Loading…
Reference in New Issue
Block a user