before index-conflict changes
This commit is contained in:
16
assets/var/gnu/go.md
Normal file
16
assets/var/gnu/go.md
Normal file
@ -0,0 +1,16 @@
|
||||
go 1.25.1
|
||||
=
|
||||
https://go.dev/dl/go1.25.1.linux-amd64.tar.gz
|
||||
|
||||
``` sh *** build ***
|
||||
export GOROOT_BOOTSTRAP=/pkg/src/go/.go-bootstrap
|
||||
export PKG_HOME=/pkg/gnu/go
|
||||
export GOROOT_FINAL=/pkg/gnu/go
|
||||
mkdir -p $GOROOT_BOOTSTRAP
|
||||
cp -rPl ./* $GOROOT_BOOTSTRAP
|
||||
cd src
|
||||
./make.bash
|
||||
cd ..
|
||||
mkdir -p $PKG_HOME
|
||||
cp -rPl ./* $PKG_HOME
|
||||
```
|
||||
Reference in New Issue
Block a user