1
0
Fork 0

fix: match gcc-10+

timestamps
dump_stack() 2023-05-24 09:10:56 +00:00
parent 408e330b27
commit ae00b57471
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
1 changed files with 1 additions and 1 deletions

View File

@ -260,7 +260,7 @@ func (d Debian) runs() (commands []string) {
pkglist := []string{
"wget", "build-essential", "libelf-dev", "git",
"kmod", "linux-base", "initramfs-tools", "libssl-dev",
"'^(gcc-[0-9].[0-9]|gcc-[0-9])$'",
"'^(gcc-[0-9].[0-9]|gcc-[0-9]|gcc-[1-9][0-9])$'",
}
if d.release < 9 {