5 stage go bootstrap, clamav
This commit is contained in:
13
packages/go-1.21.shrap
Normal file
13
packages/go-1.21.shrap
Normal file
@@ -0,0 +1,13 @@
|
||||
(package
|
||||
(name "go-1.21")
|
||||
(version "1.21.0")
|
||||
(homepage "https://go.dev/")
|
||||
(dependencies go-1.19)
|
||||
(src (tar
|
||||
(url "https://go.dev/dl/go1.21.0.src.tar.gz")
|
||||
(dir "go/src")
|
||||
(blake3 "b02da235344752481444c021b445840e2859043c2cd9c13026be7ac0bcf69e7e")))
|
||||
(build
|
||||
(shell "GOROOT_BOOTSTRAP=/opt/go GOROOT_FINAL=/opt/go ./make.bash")
|
||||
(shell "rm -rf /opt/go || true")
|
||||
(shell "cd ../.. && mv go /opt/ && ln -sf /opt/go/bin/go /usr/bin/go || true")))
|
||||
Reference in New Issue
Block a user