mirror of
https://github.com/actions/runner-images.git
synced 2025-12-18 15:57:17 +00:00
[Ubuntu] Add systemd-coredump (#11120)
This commit is contained in:
@@ -16,6 +16,7 @@ Describe "Apt" {
|
|||||||
"net-tools" { $toolName = "netstat"; break }
|
"net-tools" { $toolName = "netstat"; break }
|
||||||
"mercurial" { $toolName = "hg"; break }
|
"mercurial" { $toolName = "hg"; break }
|
||||||
"findutils" { $toolName = "find"; break }
|
"findutils" { $toolName = "find"; break }
|
||||||
|
"systemd-coredump" { $toolName = "coredumpctl"; break }
|
||||||
}
|
}
|
||||||
|
|
||||||
(Get-Command -Name $toolName).CommandType | Should -BeExactly "Application"
|
(Get-Command -Name $toolName).CommandType | Should -BeExactly "Application"
|
||||||
|
|||||||
@@ -202,6 +202,7 @@
|
|||||||
"sshpass",
|
"sshpass",
|
||||||
"subversion",
|
"subversion",
|
||||||
"sudo",
|
"sudo",
|
||||||
|
"systemd-coredump",
|
||||||
"swig",
|
"swig",
|
||||||
"telnet",
|
"telnet",
|
||||||
"time",
|
"time",
|
||||||
|
|||||||
@@ -201,6 +201,7 @@
|
|||||||
"sshpass",
|
"sshpass",
|
||||||
"subversion",
|
"subversion",
|
||||||
"sudo",
|
"sudo",
|
||||||
|
"systemd-coredump",
|
||||||
"swig",
|
"swig",
|
||||||
"telnet",
|
"telnet",
|
||||||
"time",
|
"time",
|
||||||
|
|||||||
@@ -172,6 +172,7 @@
|
|||||||
"ssh",
|
"ssh",
|
||||||
"sshpass",
|
"sshpass",
|
||||||
"sudo",
|
"sudo",
|
||||||
|
"systemd-coredump",
|
||||||
"swig",
|
"swig",
|
||||||
"telnet",
|
"telnet",
|
||||||
"time",
|
"time",
|
||||||
|
|||||||
Reference in New Issue
Block a user