[Webkit-unassigned] [Bug 235385] [XCBuild] Build via the workspace with USE_WORKSPACE=YES

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 19 19:42:57 PST 2022


https://bugs.webkit.org/show_bug.cgi?id=235385

--- Comment #9 from Elliott Williams <emw at apple.com> ---
(In reply to Elliott Williams from comment #6) 
> Tools/Makefile is the only place that sets this, to match its current
> `installsrc` rule. If we'd never actually try to installsrc from Tools/,
> maybe it's safe to delete this?

(In reply to Alexey Proskuryakov from comment #7)
> I'm not sure what directory it gets invoked from.

Turns out installsrc is impossible to invoke from a workspace build, anyways. If you try to, you get:

    xcodebuild: error: Cannot use the installsrc action with -scheme

It wouldn't be logical for a user or bot to run `make installsrc USE_WORKSPACE=YES`, so it seems fine to not handle this case, and let any errant invocation fall through to the xcodebuild error.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220120/c9d5f571/attachment.htm>


More information about the webkit-unassigned mailing list