Unverified Commit ace8df91 authored by boklm's avatar boklm
Browse files

Bug 40716: Remove `minSupportedInstructionSet: SSE2` on macOS

parent ea4c8aa3
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -42,7 +42,6 @@ versions:
        migrate_archs:
        # for example, pt-PT: pt-BR
        migrate_langs:
        minSupportedInstructionSet: SSE2
        # minSupportedOsVersion on macOS corresponds to the Darwin version ( https://en.wikipedia.org/wiki/Darwin_(operating_system) )
        macos:
            # macOS v10.12.0
@@ -51,9 +50,15 @@ versions:
        win32:
            # Windows 7
            minSupportedOSVersion: 6.1
            minSupportedInstructionSet: SSE2
        win64:
            # Windows 7
            minSupportedOSVersion: 6.1
            minSupportedInstructionSet: SSE2
        linux32:
            minSupportedInstructionSet: SSE2
        linux64:
            minSupportedInstructionSet: SSE2
mar_compression: xz
tag: 'tbb-[% c("var/torbrowser_version") %]-[% c("var/torbrowser_build") %]'
htaccess_rewrite_rules:
+6 −1
Original line number Diff line number Diff line
@@ -21,11 +21,16 @@ versions:
        detailsURL: http://umj4zbqdfcyevlkgqgpq6foxk3z75zzxsbgt5jqmfxofrbrjh3crbnad.onion/
        migrate_langs:
            pt-PT: pt-BR
        minSupportedInstructionSet: SSE2
        macos:
            minSupportedOSVersion: 16.0.0
        win32:
            minSupportedOSVersion: 6.1
            minSupportedInstructionSet: SSE2
        win64:
            minSupportedOSVersion: 6.1
            minSupportedInstructionSet: SSE2
        linux32:
            minSupportedInstructionSet: SSE2
        linux64:
            minSupportedInstructionSet: SSE2
mar_compression: xz