Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions scripts/package-build/vpp/package.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ apply_patches = false
pre_build_hook = """
mkdir -p ../patches/vpp/
rsync -av ../vyos-vpp-patches/patches/vpp/ ../patches/vpp/
git clone https://github.com/sflow/vpp-sflow ../vpp-sflow
Comment thread
sever-sever marked this conversation as resolved.
Outdated
rsync -av ../vpp-sflow/sflow ../vpp/src/plugins
"""

build_cmd = """
Expand Down