Skip to content

Commit

Permalink
T7026: build vpp source plus binaries instead of only binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
sever-sever committed Jan 15, 2025
1 parent 7c7dbad commit a4339b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/package-build/vyos-1x/package.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ build_cmd = "/bin/true"
name = "vyos-1x"
commit_id = "current"
scm_url = "https://github.com/vyos/vyos-1x.git"
build_cmd = "rsync -av --exclude='.git' --exclude='.github' --exclude='README*' --exclude='LICENSE' --exclude='*.md' ../vyos-vpp/ ./; dpkg-buildpackage -us -uc -b"
build_cmd = "rsync -av --exclude='.git' --exclude='.github' --exclude='README*' --exclude='LICENSE' --exclude='*.md' ../vyos-vpp/ ./; dpkg-buildpackage -us -uc -F"

0 comments on commit a4339b8

Please sign in to comment.