Merge pull request #1009 from sever-sever/T7697-build

T7697: Remove vyos-vpp build requirements to build vyos-1x
This commit is contained in:
Daniil Baturin 2025-08-15 09:45:42 +01:00 committed by GitHub
commit ffff47aae0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 8 deletions

View File

@ -1,2 +1 @@
/vyos-1x/
/vyos-vpp/

View File

@ -1,11 +1,4 @@
[[packages]]
name = "vyos-vpp"
commit_id = "current"
scm_url = "https://github.com/vyos/vyos-vpp.git"
build_cmd = "/bin/true"
[[packages]]
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 -F"