Bug 222504
| Summary: | build-webkit should automatically set ONLY_ACTIVE_ARCH=NO when multiple architectures are specified | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ryan Haddad <ryanhaddad> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | ap, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Other | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=222502 | ||
Ryan Haddad
build-webkit should automatically set ONLY_ACTIVE_ARCH=NO when multiple architectures are specified.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Ryan Haddad
As it currently stands, when we build Big Sur like this:
perl ./Tools/Scripts/build-webkit --release 'ARCHS=x86_64 arm64' DEBUG_INFORMATION_FORMAT=dwarf-with-dsym CLANG_DEBUG_INFORMATION_LEVEL=line-tables-only
..we only end up with x86_64 build products because ONLY_ACTIVE_ARCH is still set to YES
https://build.webkit.org/#/builders/29/builds/785/steps/7/logs/stdio
Radar WebKit Bug Importer
<rdar://problem/74814191>