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
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
The Tor Project
Applications
tor-browser-build
Commits
08c95509
Commit
08c95509
authored
Feb 19, 2024
by
NoisyCoil
Browse files
Options
Downloads
Patches
Plain Diff
Bug 41137: add the linux-aarch64 targets and improve linux-cross
parent
6a0180ae
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!963
Bug 41137: Build gcc-cross and tor-expert-bundle for linux-aarch64
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
rbm.conf
+28
-5
28 additions, 5 deletions
rbm.conf
with
28 additions
and
5 deletions
rbm.conf
+
28
−
5
View file @
08c95509
...
...
@@ -468,14 +468,29 @@ targets:
-
linux
-
i686
-
linux
-
basebrowser
torbrowser
-
linux
-
aarch64
:
-
linux
-
cross
-
linux
-
aarch64
-
linux
-
torbrowser
basebrowser
-
linux
-
aarch64
:
-
linux
-
cross
-
linux
-
aarch64
-
linux
-
basebrowser
mullvadbrowser
-
linux
-
aarch64
:
-
linux
-
cross
-
linux
-
aarch64
-
linux
-
mullvadbrowser
torbrowser
-
linux
-
arm
:
-
linux
-
arm
-
linux
-
cross
-
linux
-
arm
-
linux
-
torbrowser
basebrowser
-
linux
-
arm
:
-
linux
-
arm
-
linux
-
cross
-
linux
-
arm
-
linux
-
basebrowser
linux
-
x86_64
:
...
...
@@ -493,18 +508,26 @@ targets:
linux
-
cross
:
0
configure_opt
:
'--host=i686-linux-gnu CFLAGS=-m32 CXXFLAGS=-m32 LDFLAGS=-m32 [% c("var/configure_opt_project") %]'
arch_debian
:
i386
linux
-
aarch64
:
arch
:
aarch64
var
:
linux
-
aarch64
:
1
osname
:
linux
-
aarch64
linux
-
cross
:
1
arch_debian
:
arm64
crosstarget
:
aarch64
-
linux
-
gnu
linux
-
arm
:
arch
:
arm
var
:
linux
-
arm
:
1
osname
:
linux
-
arm
crosstarget
:
arm
-
linux
-
gnueabihf
linux
-
cross
:
1
arch_debian
:
armhf
crosstarget
:
arm
-
linux
-
gnueabihf
linux
-
cross
:
var
:
linux
-
cross
:
1
container
:
arch
:
amd64
compiler
:
'gcc[% IF ! c("var/no_crosscompile") %]-cross[% END %]'
configure_opt
:
'--host=[% c("var/crosstarget") %] [% c("var/configure_opt_project") %]'
linux
:
# tar in strech does not know how to extract tar.zst files
...
...
...
...
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
sign in
to comment