Skip to content

Commit

Permalink
Merge pull request #851 from c-po/T6746-frr-10
Browse files Browse the repository at this point in the history
frr: T6747: upgrade package to 10.2
  • Loading branch information
c-po authored Dec 1, 2024
2 parents 5bccbeb + 9e63d3d commit 245c5e5
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions scripts/package-build/frr/package.toml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
[[packages]]
name = "libyang"
commit_id = "v2.1.148"
commit_id = "v3.4.2"
scm_url = "https://github.com/CESNET/libyang.git"
build_cmd = "pipx run apkg build -i && find pkg/pkgs -type f -name *.deb -exec mv -t .. {} +"

[[packages]]
name = "rtrlib"
commit_id = "v0.8.0"
scm_url = "https://github.com/rtrlib/rtrlib.git"
build_cmd = "sudo mk-build-deps --install --tool 'apt-get --yes --no-install-recommends'; dpkg-buildpackage -uc -us -tc -b"
build_cmd = "dpkg-buildpackage -uc -us -tc -b"

[[packages]]
name = "frr"
commit_id = "stable/9.1"
commit_id = "stable/10.2"
scm_url = "https://github.com/FRRouting/frr.git"
build_cmd = "sudo dpkg -i ../*.deb; sudo dpkg-buildpackage -us -uc -tc -b -Ppkg.frr.rtrlib,pkg.frr.lua"
build_cmd = "dpkg-buildpackage -us -uc -tc -b -Ppkg.frr.rtrlib,pkg.frr.lua"

[dependencies]
packages = [
Expand All @@ -32,5 +32,6 @@ packages = [
"protobuf-c-compiler",
"python3-dev:native",
"texinfo",
"lua5.3"
"lua5.3",
"doxygen"
]

0 comments on commit 245c5e5

Please sign in to comment.