Bug 227588 - [clean-webkit] Exclude autoinstalled directory
Summary: [clean-webkit] Exclude autoinstalled directory
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Jonathan Bedard
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-07-01 10:59 PDT by Jonathan Bedard
Modified: 2021-07-02 07:56 PDT (History)
7 users (show)

See Also:


Attachments
Patch (1.32 KB, patch)
2021-07-01 11:01 PDT, Jonathan Bedard
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Bedard 2021-07-01 10:59:08 PDT
EWS is pretty aggressive about clean builds. The problem with this is that "clean" builds include deleting Tools/Scripts/libraries/autoinstalled, which is generally a bad idea because it relies off of the network and pypi for future Python invocations.
Comment 1 Radar WebKit Bug Importer 2021-07-01 10:59:24 PDT
<rdar://problem/80033943>
Comment 2 Jonathan Bedard 2021-07-01 11:01:46 PDT
Created attachment 432709 [details]
Patch
Comment 3 EWS 2021-07-01 13:47:02 PDT
Committed r279482 (239335@main): <https://commits.webkit.org/239335@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 432709 [details].
Comment 4 Ryan Haddad 2021-07-01 16:57:23 PDT
Committed r279486 (239338@main): <https://commits.webkit.org/239338@main>
Comment 5 Aakash Jain 2021-07-02 07:56:07 PDT
r279486 is for Bug 227595