]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commit
Package the official Go compiler
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 16 Apr 2020 19:27:08 +0000 (19:27 +0000)
committerArne Fitzenreiter <arne_f@ipfire.org>
Mon, 20 Apr 2020 15:24:51 +0000 (15:24 +0000)
commitd2315d00c20c089a242758955c53a00f5166d7ae
treece570370b007ed019779f2b42880b74e3f6c5990
parenteed179acdccd59e8e31a11ba588d3c54da07b09a
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>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
config/rootfiles/common/x86_64/go [new file with mode: 0644]
lfs/go [new file with mode: 0644]
make.sh