Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
go
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
go
Commits
b09bf6d1
Commit
b09bf6d1
authored
Mar 25, 2022
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated go to 1.17.7
parent
330b0e94
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
+6
-2
Makefile
Makefile
+5
-1
build.xml
build.xml
+1
-1
go1.17.7.src.tar.gz
go1.17.7.src.tar.gz
+0
-0
No files found.
Makefile
View file @
b09bf6d1
...
@@ -5,8 +5,10 @@ temporary:
...
@@ -5,8 +5,10 @@ temporary:
chmod
600 swap
chmod
600 swap
mkswap swap
mkswap swap
swapon swap
swapon swap
mkdir
tmp
mount
--bind
tmp /tmp
mkdir
-p
/tmp/gocache
mkdir
-p
/tmp/gocache
tar
xf go1.1
4.4
.src.tar.gz
tar
xf go1.1
7.7
.src.tar.gz
if
[
"
$(HOSTTYPE)
"
=
"aarch64"
]
;
then
\
if
[
"
$(HOSTTYPE)
"
=
"aarch64"
]
;
then
\
tar
xf go-linux-arm64-bootstrap.tbz
;
\
tar
xf go-linux-arm64-bootstrap.tbz
;
\
cd
go/src
&&
GOROOT_BOOTSTRAP
=
$(current_dir)
go-linux-arm64-bootstrap
GOCACHE
=
/tmp/gocache ./all.bash
;
\
cd
go/src
&&
GOROOT_BOOTSTRAP
=
$(current_dir)
go-linux-arm64-bootstrap
GOCACHE
=
/tmp/gocache ./all.bash
;
\
...
@@ -23,5 +25,7 @@ temporary:
...
@@ -23,5 +25,7 @@ temporary:
rm
-rf
$(current_dir)
go-linux-arm-bootstrap
;
\
rm
-rf
$(current_dir)
go-linux-arm-bootstrap
;
\
fi
fi
rm
-rf
/tmp/gocache
rm
-rf
/tmp/gocache
umount /tmp
rm
-rf
tmp
swapoff swap
swapoff swap
rm
-rf
swap
rm
-rf
swap
build.xml
View file @
b09bf6d1
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
<exec
executable=
"./make.bash"
dir=
"${makedir}/src"
/>
<exec
executable=
"./make.bash"
dir=
"${makedir}/src"
/>
<move
file=
"${builddir}/go"
tofile=
"${builddir}/go1.4"
/>
<move
file=
"${builddir}/go"
tofile=
"${builddir}/go1.4"
/>
<exec
executable=
"tar"
failonerror=
"true"
>
<exec
executable=
"tar"
failonerror=
"true"
>
<arg
line=
"xf ${basedir}/packages/go/go1.1
4.4
.src.tar.gz -C ${builddir}"
/>
<arg
line=
"xf ${basedir}/packages/go/go1.1
7.7
.src.tar.gz -C ${builddir}"
/>
</exec>
</exec>
<exec
executable=
"bash"
outputproperty=
"CFLAGS"
>
<exec
executable=
"bash"
outputproperty=
"CFLAGS"
>
<arg
value=
"-c"
/>
<arg
value=
"-c"
/>
...
...
go1.1
4.4
.src.tar.gz
→
go1.1
7.7
.src.tar.gz
View file @
b09bf6d1
No preview for this file type
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