mirror of https://github.com/google/oss-fuzz.git
lotus: fix broken build (#8570)
Signed-off-by: AdamKorcz <adam@adalogics.com> Signed-off-by: AdamKorcz <adam@adalogics.com>
This commit is contained in:
parent
b9722412e4
commit
4a8e538e4b
|
@ -14,7 +14,7 @@
|
|||
#
|
||||
################################################################################
|
||||
|
||||
FROM gcr.io/oss-fuzz-base/base-builder-go-codeintelligencetesting
|
||||
FROM gcr.io/oss-fuzz-base/base-builder-go
|
||||
RUN apt-get update && apt-get install -y mesa-opencl-icd ocl-icd-opencl-dev gcc \
|
||||
git bzr jq pkg-config curl clang build-essential hwloc libhwloc-dev
|
||||
RUN git clone --depth 1 https://github.com/filecoin-project/lotus
|
||||
|
|
Loading…
Reference in New Issue