[Webkit-unassigned] [Bug 238351] New: After r291814, we need to create the INSTALL_PATH for the iOS sandbox files

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 24 15:51:10 PDT 2022


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

            Bug ID: 238351
           Summary: After r291814, we need to create the INSTALL_PATH for
                    the iOS sandbox files
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: ASSIGNED
          Keywords: InRadar
          Severity: Normal
          Priority: P2
         Component: Platform
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: msaboff at apple.com

Before r291814, some of the iOS sandbox files were copied to $(INSTALL_PATH).  That built in Xcode copying stpe created the INSTALL_PATH directory.  When the output of the preprocessed .sb.in files where copied to $(INSTALL_PATH), it already existed.  r291814 made it so that all of the iOS sandbox files are preprocessed and then copied to $(INSTALL_PATH) using the "cp" command.  The problem is that $(INSTALL_PATH) hasn't been created yet.

This appears to only manifest in the Apple build system and not local builds.

-- 
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/20220324/7fb570e2/attachment.htm>


More information about the webkit-unassigned mailing list