mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-05-09 00:14:23 +02:00
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.
8 lines
143 B
Bash
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
|