Changeset 263660 in webkit


Ignore:
Timestamp:
Jun 29, 2020 7:22:05 AM (4 years ago)
Author:
Jonathan Bedard
Message:

run-javascriptcore-tests: Support Apple Silicon running x86 processes
https://bugs.webkit.org/show_bug.cgi?id=213487
<rdar://problem/64606667>

Unreviewed infrastructure fix.

  • Scripts/webkitdirs.pm:

(architecturesForProducts): Return architecutre(), not determineArchitecture().

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r263657 r263660  
     12020-06-29  Jonathan Bedard  <jbedard@apple.com>
     2
     3        run-javascriptcore-tests: Support Apple Silicon running x86 processes
     4        https://bugs.webkit.org/show_bug.cgi?id=213487
     5        <rdar://problem/64606667>
     6
     7        Unreviewed infrastructure fix.
     8
     9        * Scripts/webkitdirs.pm:
     10        (architecturesForProducts): Return architecutre(), not determineArchitecture().
     11
    1122020-06-29  Xabier Rodriguez Calvar  <calvaris@igalia.com>
    213
  • trunk/Tools/Scripts/webkitdirs.pm

    r263616 r263660  
    844844    # Most ports don't have emulation, assume that the user gave us an accurate architecture
    845845    if (!isAppleCocoaWebKit()) {
    846         return determineArchitecture();
     846        return architecture();
    847847    }
    848848    my $webkitBinary = File::Spec->catdir(executableProductDir(), "JavaScriptCore.framework", "JavaScriptCore");
Note: See TracChangeset for help on using the changeset viewer.