Skip to content

abuild: warn on go packages without net option

Sertonix requested to merge sertonix/abuild:go-option-net into master

A lot of go packages should have the net option set but don't. Adding a warning in the hope that the problem the will be slowly fixed.

This currently doesn't allow packages that have go in their makedepends to deactivate this warning. Maybe a !net option could be added for that.

Merge request reports