Page MenuHomeFreeBSD

net/vpp: Fix build
Needs ReviewPublic

Authored by jrm on Mon, Mar 23, 5:35 PM.

Details

Reviewers
thj
Summary

The build was failing because the cmake_install.cmake step for
vpp-api/python was calling pip install to download and install packages
from from PyPi.

Fix the build by:

  • Add missing build dependencies
  • patching src/vpp-api/python/CMakeLists.txt to use installed packages rather than downloading new ones.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 71674
Build 68557: arc lint + arc unit