From c176f24d05819ceb73073e55ffc41ef585662099 Mon Sep 17 00:00:00 2001 From: Anton Evangelatov Date: Thu, 18 Jun 2020 15:52:29 +0200 Subject: [PATCH] correct commit (#34) --- lotus-testground/manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lotus-testground/manifest.toml b/lotus-testground/manifest.toml index ae07c8d4a..6f2d38d23 100644 --- a/lotus-testground/manifest.toml +++ b/lotus-testground/manifest.toml @@ -11,7 +11,7 @@ skip_runtime_image = true [builders."docker:go".dockerfile_extensions] pre_mod_download = """ RUN apt-get update && apt-get install -y ca-certificates llvm clang mesa-opencl-icd ocl-icd-opencl-dev jq gcc git bzr pkg-config -ARG LOTUS_VERSION=70e964d9f947ae2d5e4cb61b5afebd4a5bfc8654 +ARG LOTUS_VERSION=c6a8fe16 RUN git clone https://github.com/filecoin-project/lotus.git ${PLAN_DIR}/../lotus && cd ${PLAN_DIR}/../lotus && git checkout ${LOTUS_VERSION} && git submodule update --init && make 2k RUN cd ${PLAN_DIR}/../lotus/extern/filecoin-ffi \ && make \