Skip to content

Commit

Permalink
devnet testing for FIP-0079
Browse files Browse the repository at this point in the history
  • Loading branch information
hanabi1224 committed May 14, 2024
1 parent 80a103e commit 9a7e964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/devnet/lotus.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN apt-get update && apt-get install -y ca-certificates build-essential clang o

WORKDIR /lotus

RUN git clone --depth 1 --branch v1.26.1 https://github.com/filecoin-project/lotus.git .
RUN git clone --depth 1 --branch FIP0079-testing https://github.com/filecoin-project/lotus.git .

RUN CGO_CFLAGS_ALLOW="-D__BLST_PORTABLE__" \
CGO_CFLAGS="-D__BLST_PORTABLE__" \
Expand Down

0 comments on commit 9a7e964

Please sign in to comment.