Merge "Add libc_openbsd to mixed builds deny list."
This commit is contained in:
@@ -221,6 +221,7 @@ var (
|
||||
// still be generated via bp2build.
|
||||
mixedBuildsDisabledList = []string{
|
||||
"libc_gdtoa", // ruperts@, cc_library_static, OK for bp2build but undefined symbol: __strtorQ for mixed builds
|
||||
"libc_openbsd", // ruperts@, cc_library_static, OK for bp2build but error: duplicate symbol: strcpy for mixed builds
|
||||
}
|
||||
|
||||
// Used for quicker lookups
|
||||
|
Reference in New Issue
Block a user