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

Ryan Haddad
Reported 2021-02-26 16:48:33 PST
build-webkit should automatically set ONLY_ACTIVE_ARCH=NO when multiple architectures are specified.
Attachments
Ryan Haddad
Comment 1 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
Radar WebKit Bug Importer
Comment 2 2021-02-26 16:52:50 PST
Note You need to log in before you can comment on or make changes to this bug.