fix(build): profile abi bypass on debian.

This commit is contained in:
Alexandre Pujol 2023-04-24 00:11:08 +01:00
parent 9f8938287c
commit b53509664a
Failed to generate hash of commit

View file

@ -13,7 +13,7 @@ import (
)
var (
regABI = regexp.MustCompile(`abi <abi/[0-9.]*>,\n\n`)
regABI = regexp.MustCompile(`abi <abi/[0-9.]*>,\n`)
regAttachments = regexp.MustCompile(`(profile .* @{exec_path})`)
regFlag = regexp.MustCompile(`flags=\(([^)]+)\)`)
regProfileHeader = regexp.MustCompile(` {`)