Bug 222504 - build-webkit should automatically set ONLY_ACTIVE_ARCH=NO when multiple architectures are specified
Summary: build-webkit should automatically set ONLY_ACTIVE_ARCH=NO when multiple archi...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-02-26 16:48 PST by Ryan Haddad
Modified: 2021-03-01 13:50 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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>