Skip to content

Commit 8cb6288

Browse files
committed
dapdaa
Signed-off-by: Tuomas Katila <tuomas.katila@intel.com>
1 parent b220dc4 commit 8cb6288

2 files changed

Lines changed: 2 additions & 31 deletions

File tree

.github/workflows/lib-build.yaml

Lines changed: 2 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -13,37 +13,9 @@ jobs:
1313
strategy:
1414
matrix:
1515
image:
16-
- intel-fpga-admissionwebhook
17-
- intel-fpga-initcontainer
18-
- intel-gpu-fakedev
19-
- intel-gpu-initcontainer
20-
- intel-gpu-plugin
21-
- intel-fpga-plugin
22-
- intel-qat-initcontainer
23-
- intel-qat-plugin
24-
- intel-qat-plugin-kerneldrv
25-
- intel-deviceplugin-operator
26-
- intel-sgx-admissionwebhook
27-
- intel-sgx-plugin
28-
- intel-sgx-initcontainer
29-
- intel-dsa-plugin
30-
- intel-iaa-plugin
31-
- intel-idxd-config-initcontainer
32-
- intel-dlb-plugin
33-
- intel-dlb-initcontainer
34-
- intel-xpumanager-sidecar
35-
3616
# # Demo images
3717
- crypto-perf
38-
- accel-config-demo
39-
- intel-opencl-icd
40-
- opae-nlb-demo
41-
- openssl-qat-engine
42-
- sgx-sdk-demo
43-
- sgx-aesmd-demo
44-
- dlb-dpdk-demo
45-
- dlb-libdlb-demo
46-
builder: [docker]
18+
builder: [docker,buildah]
4719
steps:
4820
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
4921
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5
@@ -56,4 +28,5 @@ jobs:
5628
IMAGE_NAME: ${{ matrix.image }}
5729
BUILDER_NAME: ${{ matrix.builder }}
5830
run: |
31+
${BUILDER_NAME} version
5932
make ${IMAGE_NAME} BUILDER=${BUILDER_NAME}

demo/crypto-perf/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends wget build-esse
1111
ARG DPDK_TARBALL=dpdk-24.03.tar.xz
1212
ARG DPDK_TARBALL_SHA256="33ed973b3945af4f5923096ddca250b401dc80be3b5c6393b4e4fe43a1a6c2ad"
1313

14-
RUN buildah version
15-
1614
RUN wget -q https://fast.dpdk.org/rel/$DPDK_TARBALL \
1715
&& echo "$DPDK_TARBALL_SHA256 $DPDK_TARBALL" | sha256sum -c - \
1816
&& tar -xf $DPDK_TARBALL && rm $DPDK_TARBALL

0 commit comments

Comments
 (0)