feat: support for debian 12, drop support for debian 11.
This commit is contained in:
parent
a78f6c7757
commit
a1946aa171
7 changed files with 2 additions and 97 deletions
|
|
@ -28,7 +28,6 @@ type BuildFunc func(string) string
|
|||
|
||||
// Set complain flag on all profiles
|
||||
func BuildComplain(profile string) string {
|
||||
|
||||
flags := []string{}
|
||||
matches := regFlag.FindStringSubmatch(profile)
|
||||
if len(matches) != 0 {
|
||||
|
|
@ -58,8 +57,3 @@ func BuildUserspace(profile string) string {
|
|||
}
|
||||
return profile
|
||||
}
|
||||
|
||||
// Remove abi header for distributions that do not support it
|
||||
func BuildABI(profile string) string {
|
||||
return regABI.ReplaceAllLiteralString(profile, "")
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue