mirror of
https://github.com/shivammathur/setup-php.git
synced 2024-11-23 04:11: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
|
# Function to setup environment for self-hosted runners
|
||||||
pre_setup() {
|
pre_setup() {
|
||||||
sudo mkdir -p /var/run /run/php
|
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 [ "$runner" = "self-hosted" ]; then
|
||||||
if [[ "$version" =~ $old_versions ]] || [ "$version" = "5.3" ]; then
|
if [[ "$version" =~ $old_versions ]] || [ "$version" = "5.3" ]; then
|
||||||
add_log "$cross" "PHP" "PHP $version is not supported on self-hosted runner"
|
add_log "$cross" "PHP" "PHP $version is not supported on self-hosted runner"
|
||||||
|
Loading…
Reference in New Issue
Block a user