Skip to content

Commit

Permalink
Cherry-pick 276049@main (f84f5a2). rdar://102516630
Browse files Browse the repository at this point in the history
    [generate-xcfilelists] Disable autoinstaller
    https://bugs.webkit.org/show_bug.cgi?id=270921
    rdar://102516630

    Reviewed by Elliott Williams.

    generate-xcfilelists doesn't require the autoinstaller,
    encode that assumption so no dependency is added in the future.

    * Tools/Scripts/generate-xcfilelists:

    Canonical link: https://commits.webkit.org/276049@main

Canonical link: https://commits.webkit.org/272448.728@safari-7618-branch
  • Loading branch information
JonWBedard committed Mar 14, 2024
1 parent 5b5803e commit d3860ca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Tools/Scripts/generate-xcfilelists
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,11 @@
# does this in order to establish the context in which builds occur. In
# particular, it does this in order to set needed environment variables.

import os
import sys

os.environ['DISABLE_WEBKITCOREPY_AUTOINSTALLER'] = '1'

from webkitpy.generate_xcfilelists_lib.application import Application
from webkitpy.port.config import apple_additions

Expand Down

0 comments on commit d3860ca

Please sign in to comment.