Changeset 258643 in webkit


Ignore:
Timestamp:
Mar 18, 2020 10:07:08 AM (4 years ago)
Author:
stephan.szabo@sony.com
Message:

[WinCairo] archive-built-product fails after r258612
https://bugs.webkit.org/show_bug.cgi?id=209237

Reviewed by Alex Christensen.

  • BuildSlaveSupport/built-product-archive:

Update name of version file for requirements version
file for wincairo.

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/BuildSlaveSupport/built-product-archive

    r252834 r258643  
    225225        if platform == 'wincairo':
    226226            shutil.copy(
    227                 os.path.join(os.getenv('WEBKIT_LIBRARIES'), 'WinCairoRequirements.zip.version'),
    228                 os.path.join(thinDirectory, 'WinCairoRequirements.zip.config'))
     227                os.path.join(os.getenv('WEBKIT_LIBRARIES'), 'WebKitRequirementsWin64.zip.version'),
     228                os.path.join(thinDirectory, 'WebKitRequirementsWin64.zip.config'))
    229229
    230230        if createZip(thinDirectory, configuration):
  • trunk/Tools/ChangeLog

    r258642 r258643  
     12020-03-18  Stephan Szabo  <stephan.szabo@sony.com>
     2
     3        [WinCairo] archive-built-product fails after r258612
     4        https://bugs.webkit.org/show_bug.cgi?id=209237
     5
     6        Reviewed by Alex Christensen.
     7
     8        * BuildSlaveSupport/built-product-archive:
     9        Update name of version file for requirements version
     10        file for wincairo.
     11
    1122020-03-18  Aakash Jain  <aakash_jain@apple.com>
    213
Note: See TracChangeset for help on using the changeset viewer.