Skip to content

Commit

Permalink
frr: T3753: add libyang2 package dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
c-po committed Nov 16, 2021
1 parent 3f98eae commit 2c4886f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/frr/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
frr/
libyang/
*.deb
*.dsc
*.buildinfo
Expand Down
7 changes: 6 additions & 1 deletion packages/frr/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,15 @@
@Library('vyos-build@current')_

def pkgList = [
['name': 'libyang',
'scmCommit': 'v2.0.97',
'scmUrl': 'https://github.com/CESNET/libyang.git',
'buildCmd': 'apkg build -i && find pkg/pkgs -type f -name *.deb -exec mv -t .. {} +'],

['name': 'frr',
'scmCommit': 'stable/8.0',
'scmUrl': 'https://github.com/FRRouting/frr.git',
'buildCmd': '''cd ..; ./build-frr.sh'''],
'buildCmd': 'cd ..; ./build-frr.sh'],
]

// Start package build using library function from https://github.com/vyos/vyos-build
Expand Down

0 comments on commit 2c4886f

Please sign in to comment.