Files
warewulf/Variables.mk
Jonathon Anderson f8760310dd Suppress golang vendor errors during dependency resolutions
The godeps macro is used by the Makefile to determine if golang binaries need
to be rebuilt based on changes to their dependencies, which may include
libraries in vendor. This produces errors if the vendor directory is not
present.

This change suppresses error messages during dependency resolution.

Signed-off-by: Jonathon Anderson <janderson@ciq.com>
2023-12-30 08:11:22 -07:00

2.6 KiB