Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
build-system
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
certo
build-system
Commits
97d82f9a
Commit
97d82f9a
authored
Apr 07, 2019
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added support for Go bootstrap
parent
2720a64f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
6 deletions
+8
-6
common.xml
common.xml
+8
-6
No files found.
common.xml
View file @
97d82f9a
...
...
@@ -430,12 +430,6 @@ rm /lib/systemd/system/build
</exec>
</target>
<target
name=
"setup-go-bootstrap"
>
<exec
executable=
"mv"
failonerror=
"true"
>
<arg
line=
"-v ${builddir}/go-linux-${GOARCH}-bootstrap.tbz ${sysdir}/packages/go"
/>
</exec>
</target>
<target
name=
"build-image"
>
<fail
unless=
"BOARD"
message=
"Correct machine type must be specified"
/>
<antcall
target=
"mount"
/>
...
...
@@ -444,6 +438,7 @@ rm /lib/systemd/system/build
<antcall
target=
"make-secondary"
/>
<antcall
target=
"mount-secondary"
/>
<antcall
target=
"fill-secondary"
/>
<antcall
target=
"setup-go-bootstrap"
/>
<antcall
target=
"unmount"
/>
<antcall
target=
"run-system-with-secondary-${BOARD}"
/>
<antcall
target=
"check-build-success"
/>
...
...
@@ -522,6 +517,13 @@ rm /lib/systemd/system/build
</exec>
</target>
<target
name=
"setup-go-bootstrap"
if=
"GO_BOOTSTRAP"
>
<ant
antfile=
"packages/go/build.xml"
target=
"go-bootstrap"
/>
<exec
executable=
"mv"
failonerror=
"true"
>
<arg
line=
"-v ${builddir}/go-linux-${GOARCH}-bootstrap.tbz ${sysdir}/packages/go"
/>
</exec>
</target>
<target
name=
"build-image-www"
>
<fail
unless=
"BOARD"
message=
"Correct machine type must be specified"
/>
<antcall
target=
"mount"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment