You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The VPP repository should only use released versions of GoVPP.
Tasks:
update to new import path go.fd.io/govpp
replace global variable DefaultGoVppCommit=xxx with DefaultGoVppVersion=v0.6.0
replace the install procedure for GoVPP for Go older than 1.18 (which is the minimum version) with error "unsupported Go version, please install Go 1.18 or newer"
The text was updated successfully, but these errors were encountered:
In the VPP repository there is a make target
go-api-files
for generating Go bindings for VPP binary API from the local API files in the source code. The make target simply executes a Python scriptgenerate_go.py
that runsgo install
to get the GoVPP binapi-generator. However it uses some arbitrary commit of GoVPP with the old import pathgit.fd.io/govpp.git
that used before migration to GitHub.The VPP repository should only use released versions of GoVPP.
Tasks:
go.fd.io/govpp
DefaultGoVppCommit=xxx
withDefaultGoVppVersion=v0.6.0
The text was updated successfully, but these errors were encountered: