File tree 1 file changed +9
-2
lines changed
1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,17 @@ WORKDIR /root
9
9
RUN dnf install -y git rpm-build diffutils procps-ng pip && dnf clean all
10
10
11
11
# hadolint ignore=DL3003
12
- RUN git clone https://github.com/spdk/spdk --branch ${TAG} --depth 1 && \
13
- cd spdk && git submodule update --init --depth 1 && scripts/pkgdep.sh --rdma
12
+ RUN git clone https://github.com/spdk/spdk --branch ${TAG} --depth 1
13
+ # hadolint ignore=DL3003
14
+ RUN cd spdk && git submodule update --init --depth 1
15
+ # hadolint ignore=DL3003
16
+ # RUN cd spdk && scripts/pkgdep.sh --rdma
17
+ RUN bash -x /root/spdk/scripts/pkgdep.sh || true
18
+ RUN bash -x /root/spdk/scripts/pkgdep/fedora.sh
14
19
15
20
ENV GRPC_PYTHON_BUILD_EXT_COMPILER_JOBS 8
21
+ ENV GRPC_PYTHON_BUILD_SYSTEM_OPENSSL 1
22
+ ENV GRPC_PYTHON_BUILD_SYSTEM_ZLIB 1
16
23
17
24
# hadolint ignore=DL3003
18
25
RUN if [ "$(uname -m)" = "aarch64" ]; then \
You can’t perform that action at this time.
0 commit comments