Skip to content

Commit

Permalink
frr: T6746: install intermediate package dependencies build by this job
Browse files Browse the repository at this point in the history
  • Loading branch information
c-po committed Dec 1, 2024
1 parent 245c5e5 commit c96756b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/package-build/frr/package.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ build_cmd = "dpkg-buildpackage -uc -us -tc -b"
name = "frr"
commit_id = "stable/10.2"
scm_url = "https://github.com/FRRouting/frr.git"
build_cmd = "dpkg-buildpackage -us -uc -tc -b -Ppkg.frr.rtrlib,pkg.frr.lua"
build_cmd = "sudo dpkg -i ../*.deb; dpkg-buildpackage -us -uc -tc -b -Ppkg.frr.rtrlib,pkg.frr.lua"

[dependencies]
packages = [
Expand Down

0 comments on commit c96756b

Please sign in to comment.