File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 6262 - intel-dlb-plugin
6363 - intel-dlb-initcontainer
6464 - intel-xpumanager-sidecar
65-
66- # # Demo images
67- - crypto-perf
68- - opae-nlb-demo
6965 steps :
7066 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
7167 - uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ RUN mkdir -p /install_root/licenses/dpdk && \
3838 apt-get source --download-only -y libatomic1 libnuma1
3939
4040FROM debian:sid-slim
41- RUN apt-get update && apt-get install -y --no-install-recommends libipsec-mb1 libnuma1 libatomic1 && ldconfig -v
41+ RUN apt-get update && apt-get install -y --no-install-recommends libipsec-mb2 libnuma1 libatomic1 && ldconfig -v
4242COPY --from=builder /install_root /
4343COPY run-dpdk-test /usr/bin/
4444
You can’t perform that action at this time.
0 commit comments