]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commit
Package the official Go compiler
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 16 Apr 2020 05:24:54 +0000 (05:24 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 16 Apr 2020 05:24:54 +0000 (05:24 +0000)
commitb8457da0719827f52f3be2b03312ab1cb4248b09
treefbbc17032e5a387ad8a8ccb34b09ca0df5d76b84
parentb912b1c746c22fb08ca64f8e0132911aee8909ae
Package the official Go compiler

Since Go has a horrible build system which requires a Go
compiler to build the Go compiler and takes a very long
time to compile, we are following Rust and are using the
"official" pre-compiled release tarball.

We no longer ship the Go runtime, which mitigates the
risk of shipping any malware.

Because we currently only have one package using this
and which is only being compiled for x86_64, we are
only making Go available on this architecture.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/common/x86_64/go [new file with mode: 0644]
lfs/go [new file with mode: 0644]
make.sh