aports/main/gcc/gcc-go.post-install
Sören Tempel 195f98febe main/gcc: add post-install message for gcc-go
We currently do not provide security updates for libgo, i.e. the
packages of the Go standard library. For this (and other) reasons,
it is currently discouraged to use gcc-go for purposes other than
bootstrapping community/go. The added post-install messages seems
to be the right place to document this pitfall.
2022-10-13 22:10:29 +02:00

8 lines
143 B
Bash

#!/bin/sh
cat 1>&2 <<EOF
*
* gcc-go is used in Alpine for bootstrapping Go.
* It is currently discouraged to use it for other purposes.
*
EOF