Commit Graph

3 Commits

Author SHA1 Message Date
Konrad Sztyber c39384b112
spdk: upgrade pip (#7915)
For some reason, there's a local python3 installation on the
oss-fuzz-base image with a pretty old pip version, 19.2.3, which doesn't
have up-to-date wheel platform tags, so, when installing SPDK
dependencies, it tries to compile them instead of using the wheels. The
compilation fails on the grpcio package for some reason.

So, to resolve this, upgrade the local pip version when building the
SPDK image, so that it's able to fetch the pre-compiled packages.  This
is a workaround for #7914.
2022-06-28 13:10:57 +01:00
DavidKorczynski 547f1b61cd
spdk: simplify build (#6503) 2021-09-21 21:25:57 +01:00
AdamKorcz 1adda8c603
[spdk] Initial integration (#4904) 2021-05-24 14:25:28 +00:00