Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tor-browser-build
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
The Tor Project
Applications
tor-browser-build
Merge requests
!609
Bug 40716: Remove `minSupportedInstructionSet: SSE2` on macOS
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Bug 40716: Remove `minSupportedInstructionSet: SSE2` on macOS
boklm/tor-browser-build:bug_40716
into
main
Overview
1
Commits
1
Changes
2
Merged
boklm
requested to merge
boklm/tor-browser-build:bug_40716
into
main
2 years ago
Overview
1
Commits
1
Changes
2
Expand
Closes
#40716 (closed)
.
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
ace8df91
1 commit,
2 years ago
2 files
+
12
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
projects/release/update_responses_config.yml
+
6
−
1
Options
@@ -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
:
Loading