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
06de89a5
Commit
06de89a5
authored
May 5, 2024
by
NoisyCoil
Browse files
Options
Downloads
Patches
Plain Diff
Bug 41137: Add the linux-{aarch64,arm} targets to Go
parent
da1663bd
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
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
projects/go-bootstrap/config
+3
-0
3 additions, 0 deletions
projects/go-bootstrap/config
projects/go/config
+7
-0
7 additions, 0 deletions
projects/go/config
with
10 additions
and
0 deletions
projects/go-bootstrap/config
+
3
−
0
View file @
06de89a5
...
...
@@ -4,6 +4,9 @@ filename: '[% project %]-[% c("version") %]-[% c("var/build_id") %].tar.[% c("co
container
:
use_container
:
1
var
:
no_crosscompile
:
1
input_files
:
-
project
:
container-image
-
URL
:
'
https://golang.org/dl/go[%
c("version")
%].src.tar.gz'
...
...
This diff is collapsed.
Click to expand it.
projects/go/config
+
7
−
0
View file @
06de89a5
...
...
@@ -9,6 +9,7 @@ var:
use_go_1_20
:
0
go_1_21
:
1.21.9
go_1_20
:
1.20.14
no_crosscompile
:
1
setup
:
|
mkdir -p /var/tmp/dist
tar -C /var/tmp/dist -xf $rootdir/[% c("go_tarfile") %]
...
...
@@ -101,6 +102,12 @@ targets:
linux-i686
:
var
:
GOARCH
:
386
linux-aarch64
:
var
:
GOARCH
:
arm64
linux-arm
:
var
:
GOARCH
:
arm
android
:
var
:
GOOS
:
android
...
...
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