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 / TestsAssignee: 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

Description Ryan Haddad 2021-02-26 16:48:33 PST
build-webkit should automatically set ONLY_ACTIVE_ARCH=NO when multiple architectures are specified.
Comment 1 Ryan Haddad 2021-02-26 16:51:08 PST
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
Comment 2 Radar WebKit Bug Importer 2021-02-26 16:52:50 PST
<rdar://problem/74814191>