Richard Pospesel pushed to branch main at The Tor Project / Applications / tor-browser-build
Commits:
-
ace8df91
by Nicolas Vigier at 2022-12-17T10:12:06+01:00
2 changed files:
Changes:
... | ... | @@ -42,7 +42,6 @@ versions: |
42 | 42 | migrate_archs:
|
43 | 43 | # for example, pt-PT: pt-BR
|
44 | 44 | migrate_langs:
|
45 | - minSupportedInstructionSet: SSE2
|
|
46 | 45 | # minSupportedOsVersion on macOS corresponds to the Darwin version ( https://en.wikipedia.org/wiki/Darwin_(operating_system) )
|
47 | 46 | macos:
|
48 | 47 | # macOS v10.12.0
|
... | ... | @@ -51,9 +50,15 @@ versions: |
51 | 50 | win32:
|
52 | 51 | # Windows 7
|
53 | 52 | minSupportedOSVersion: 6.1
|
53 | + minSupportedInstructionSet: SSE2
|
|
54 | 54 | win64:
|
55 | 55 | # Windows 7
|
56 | 56 | minSupportedOSVersion: 6.1
|
57 | + minSupportedInstructionSet: SSE2
|
|
58 | + linux32:
|
|
59 | + minSupportedInstructionSet: SSE2
|
|
60 | + linux64:
|
|
61 | + minSupportedInstructionSet: SSE2
|
|
57 | 62 | mar_compression: xz
|
58 | 63 | tag: 'tbb-[% c("var/torbrowser_version") %]-[% c("var/torbrowser_build") %]'
|
59 | 64 | htaccess_rewrite_rules:
|
... | ... | @@ -21,11 +21,16 @@ versions: |
21 | 21 | detailsURL: http://umj4zbqdfcyevlkgqgpq6foxk3z75zzxsbgt5jqmfxofrbrjh3crbnad.onion/
|
22 | 22 | migrate_langs:
|
23 | 23 | pt-PT: pt-BR
|
24 | - minSupportedInstructionSet: SSE2
|
|
25 | 24 | macos:
|
26 | 25 | minSupportedOSVersion: 16.0.0
|
27 | 26 | win32:
|
28 | 27 | minSupportedOSVersion: 6.1
|
28 | + minSupportedInstructionSet: SSE2
|
|
29 | 29 | win64:
|
30 | 30 | minSupportedOSVersion: 6.1
|
31 | + minSupportedInstructionSet: SSE2
|
|
32 | + linux32:
|
|
33 | + minSupportedInstructionSet: SSE2
|
|
34 | + linux64:
|
|
35 | + minSupportedInstructionSet: SSE2
|
|
31 | 36 | mar_compression: xz |