Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit be1c47b2 authored by Rupert Shuttleworth's avatar Rupert Shuttleworth Committed by Gerrit Code Review
Browse files

Merge "Add libc_openbsd to mixed builds deny list."

parents 1552c7b1 5baca302
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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