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
Snippets
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
Matthew Finkel
tor-browser-build
Commits
968e5366
Unverified
Commit
968e5366
authored
4 years ago
by
Georg Koppen
Browse files
Options
Downloads
Patches
Plain Diff
Bug 40002: Rename Linux debug builds to ASan builds
parent
13fe20de
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
Makefile
+8
-8
8 additions, 8 deletions
Makefile
README.MAKEFILE
+2
-2
2 additions, 2 deletions
README.MAKEFILE
projects/release/config
+3
-3
3 additions, 3 deletions
projects/release/config
rbm.conf
+3
-3
3 additions, 3 deletions
rbm.conf
with
16 additions
and
16 deletions
Makefile
+
8
−
8
View file @
968e5366
...
...
@@ -23,8 +23,8 @@ release-android-aarch64: submodule-update
release-linux-x86_64
:
submodule-update
$(
rbm
)
build release
--target
release
--target
torbrowser-linux-x86_64
release-linux-x86_64-
debug
:
submodule-update
$(
rbm
)
build release
--target
release
--target
torbrowser-linux-x86_64-
debug
release-linux-x86_64-
asan
:
submodule-update
$(
rbm
)
build release
--target
release
--target
torbrowser-linux-x86_64-
asan
release-linux-i686
:
submodule-update
$(
rbm
)
build release
--target
release
--target
torbrowser-linux-i686
...
...
@@ -62,8 +62,8 @@ alpha-android-aarch64: submodule-update
alpha-linux-x86_64
:
submodule-update
$(
rbm
)
build release
--target
alpha
--target
torbrowser-linux-x86_64
alpha-linux-x86_64-
debug
:
submodule-update
$(
rbm
)
build release
--target
alpha
--target
torbrowser-linux-x86_64-
debug
alpha-linux-x86_64-
asan
:
submodule-update
$(
rbm
)
build release
--target
alpha
--target
torbrowser-linux-x86_64-
asan
alpha-linux-i686
:
submodule-update
$(
rbm
)
build release
--target
alpha
--target
torbrowser-linux-i686
...
...
@@ -101,8 +101,8 @@ nightly-android-aarch64: submodule-update
nightly-linux-x86_64
:
submodule-update
$(
rbm
)
build release
--target
nightly
--target
torbrowser-linux-x86_64
nightly-linux-x86_64-
debug
:
submodule-update
$(
rbm
)
build release
--target
nightly
--target
torbrowser-linux-x86_64-
debug
nightly-linux-x86_64-
asan
:
submodule-update
$(
rbm
)
build release
--target
nightly
--target
torbrowser-linux-x86_64-
asan
nightly-linux-i686
:
submodule-update
$(
rbm
)
build release
--target
nightly
--target
torbrowser-linux-i686
...
...
@@ -140,8 +140,8 @@ testbuild-android-aarch64: submodule-update
testbuild-linux-x86_64
:
submodule-update
$(
rbm
)
build release
--target
testbuild
--target
torbrowser-linux-x86_64
testbuild-linux-x86_64-
debug
:
submodule-update
$(
rbm
)
build release
--target
testbuild
--target
torbrowser-linux-x86_64-
debug
testbuild-linux-x86_64-
asan
:
submodule-update
$(
rbm
)
build release
--target
testbuild
--target
torbrowser-linux-x86_64-
asan
testbuild-linux-i686
:
submodule-update
$(
rbm
)
build release
--target
testbuild
--target
torbrowser-linux-i686
...
...
This diff is collapsed.
Click to expand it.
README.MAKEFILE
+
2
−
2
View file @
968e5366
...
...
@@ -44,9 +44,9 @@ By default it is based on the alpha channel, but you can change that by
editing rbm.local.conf. The resulting build can be found in directory
testbuild.
{release,alpha,nightly,testbuild}-linux-x86_64-
debug
{release,alpha,nightly,testbuild}-linux-x86_64-
asan
----------------------------------------------------
Create a
debug
build for Linux x86_64 with
debug features such a
s
A
San.
Create a build for Linux x86_64 with
Addres
s San
itizer enabled
.
{release,alpha,nightly,testbuild}-src
-------------------------------------
...
...
This diff is collapsed.
Click to expand it.
projects/release/config
+
3
−
3
View file @
968e5366
...
...
@@ -47,10 +47,10 @@ targets:
torbrowser-linux-x86_64
:
var
:
torbrowser-linux-x86_64
:
1
torbrowser-linux-x86_64-
debug
:
torbrowser-linux-x86_64-
asan
:
var
:
torbrowser-linux-x86_64
:
1
debug
-build
:
'
-
debug
'
asan
-build
:
'
-
asan
'
torbrowser-linux-i686
:
var
:
torbrowser-linux-i686
:
1
...
...
@@ -154,7 +154,7 @@ input_files:
enable
:
'
[%
c("var/torbrowser-linux-x86_64")
%]'
target
:
-
'
[%
c("var/build_target")
%]'
-
'
torbrowser-linux-x86_64[%
c("var/
debug
-build")
%]'
-
'
torbrowser-linux-x86_64[%
c("var/
asan
-build")
%]'
-
name
:
linux-i686
project
:
tor-browser
...
...
This diff is collapsed.
Click to expand it.
rbm.conf
+
3
−
3
View file @
968e5366
...
...
@@ -335,8 +335,8 @@ targets:
torbrowser
-
linux
-
x86_64
:
-
linux
-
x86_64
-
linux
torbrowser
-
linux
-
x86_64
-
debug
:
-
linux
-
debug
torbrowser
-
linux
-
x86_64
-
asan
:
-
linux
-
asan
-
linux
-
x86_64
-
linux
torbrowser
-
linux
-
i686
:
...
...
@@ -380,7 +380,7 @@ targets:
-
libtool
-
zip
-
unzip
linux
-
debug
:
linux
-
asan
:
var
:
asan
:
1
# RLBox needs clang to create .wasm files but we use mostly GCC for our
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment