packetbeat: clean cache at end of pre-build to fix build with Go 1.19

maintainer timeout
This commit is contained in:
tb 2022-08-28 09:08:51 +00:00
parent 4f1615d3b9
commit c6edc09903
1 changed files with 1 additions and 0 deletions

View File

@ -16,5 +16,6 @@ pre-build:
${MODGO_WORKSPACE}/pkg/mod/github.com/tsg/gopacket@v0.0.0-20200626092518-2ab8e397a786/pcap/
cp ${FILESDIR}/bindtodevice_bsd.go \
${MODGO_WORKSPACE}/pkg/mod/github.com/elastic/dhcp@v0.0.0-20200227161230-57ec251c7eb3/dhcpv4/
GOCACHE="${MODGO_GOCACHE}" go clean -cache
.include <bsd.port.mk>