Skip to content

Commit

Permalink
use Lotus release in devnet
Browse files Browse the repository at this point in the history
  • Loading branch information
LesnyRumcajs committed Oct 17, 2023
1 parent 90498d5 commit 651f5b3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/devnet/lotus.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ RUN apt-get update && apt-get install -y ca-certificates build-essential clang o
WORKDIR /lotus

# Use a specific commit of Lotus to support NV21 Watermelon.
RUN git clone --single-branch --branch feat/nv21 https://github.com/filecoin-project/lotus.git . && \
git checkout d498036
RUN git clone --depth 1 --branch v1.24.0-rc2 https://github.com/filecoin-project/lotus.git .

# Update the schedules to have the migration faster than it is by default.
COPY update-schedules.diff .
Expand Down

0 comments on commit 651f5b3

Please sign in to comment.