Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Boris Glimcher <Boris.Glimcher@emc.com>
  • Loading branch information
glimchb committed Feb 24, 2023
1 parent fdb8bbc commit 8597ad5
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,13 @@ WORKDIR /root
RUN dnf install -y git rpm-build diffutils procps-ng pip && dnf clean all

# hadolint ignore=DL3003
RUN git clone https://github.com/spdk/spdk --branch ${TAG} --depth 1 && \
cd spdk && git submodule update --init --depth 1 && scripts/pkgdep.sh --rdma
RUN git clone https://github.com/spdk/spdk --branch ${TAG} --depth 1
# hadolint ignore=DL3003
RUN cd spdk && git submodule update --init --depth 1
# hadolint ignore=DL3003
#RUN cd spdk && scripts/pkgdep.sh --rdma
RUN bash -x /root/spdk/scripts/pkgdep.sh || true
RUN bash -x /root/spdk/scripts/pkgdep/fedora.sh

ENV GRPC_PYTHON_BUILD_EXT_COMPILER_JOBS 8

Expand Down

0 comments on commit 8597ad5

Please sign in to comment.