Skip to content

Commit 3a32b64

Browse files
authored
Merge pull request #1927 from mythi/PR-2024-025
ci: crypto-perf updates
2 parents 47cc995 + 05865b1 commit 3a32b64

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/lib-publish.yaml

-4
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,6 @@ jobs:
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

demo/crypto-perf/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ RUN mkdir -p /install_root/licenses/dpdk && \
3838
apt-get source --download-only -y libatomic1 libnuma1
3939

4040
FROM 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
4242
COPY --from=builder /install_root /
4343
COPY run-dpdk-test /usr/bin/
4444

0 commit comments

Comments
 (0)