Skip to content

Commit

Permalink
switch back to upstream repo
Browse files Browse the repository at this point in the history
  • Loading branch information
hanabi1224 committed Feb 29, 2024
1 parent 3e17ac7 commit 7431a10
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions scripts/devnet/lotus.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,11 @@ RUN apt-get update && apt-get install -y ca-certificates build-essential clang o

WORKDIR /lotus

RUN git clone --depth 1 --branch hm/drand-test https://github.com/hanabi1224/lotus.git .
RUN git clone --depth 1 --branch feat/nv22 https://github.com/filecoin-project/lotus.git .

RUN CGO_CFLAGS_ALLOW="-D__BLST_PORTABLE__" \
CGO_CFLAGS="-D__BLST_PORTABLE__" \
make 2k

RUN strip lotus*
make 2k && strip lotus*

FROM ubuntu:22.04

Expand Down

0 comments on commit 7431a10

Please sign in to comment.