Skip to content

Commit 9a907c9

Browse files
nagendraputhanePavanNikhilesh
authored andcommitted
ci: resolve oct-ep dependency
Resolve oct-ep dependency issues while package installation. Signed-off-by: Nagendra T P <[email protected]>
1 parent 872943e commit 9a907c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-cn10k.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
echo 'Package: vpp-'$PKG_VERSION_NAME'-cn10k'$PKG_POSTFIX >> DEBIAN/control
138138
echo 'Version: '$MRVL_PKG_VERSION >> DEBIAN/control
139139
echo "Maintainer: Jerin Jacob ([email protected])" >> DEBIAN/control
140-
echo 'Depends: python3, python3-ply, dpdk-'$DPDK_BASE_PKG_VERSION'-cn10k (= '$DPDK_PKG_VERSION'), cpt-firmware-cn10k'${FW_PKG_POSTFIX}' (= '$CPT_PKG_VERSION'), oct-ep-target-cn10k (= '$MRVL_PKG_VERSION')' >> DEBIAN/control
140+
echo 'Depends: python3, python3-ply, dpdk-'$DPDK_BASE_PKG_VERSION'-cn10k (= '$DPDK_PKG_VERSION'), cpt-firmware-cn10k'${FW_PKG_POSTFIX}' (= '$CPT_PKG_VERSION'), oct-ep-target-cn10k (>= '$MRVL_PKG_VERSION')' >> DEBIAN/control
141141
echo "Architecture: arm64" >> DEBIAN/control
142142
echo "Homepage: https://wiki.fd.io/view/VPP" >> DEBIAN/control
143143
echo "Description: Vector Packet Processing (VPP) for Octeon10" >> DEBIAN/control

0 commit comments

Comments
 (0)