Skip to content

Commit

Permalink
Change branch of tachyon
Browse files Browse the repository at this point in the history
  • Loading branch information
SoraSuegami committed Aug 20, 2024
1 parent 9c66765 commit 6b7ac26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/prover/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ RUN curl -fsSL https://bazel.build/bazel-release.pub.gpg | gpg --dearmor > bazel
RUN git clone https://github.com/kroma-network/tachyon /tachyon
WORKDIR /tachyon
# NOTE(whoisgautxm): Should remove after this is merged to main branch
RUN git fetch origin && git checkout build/support-building-tachyon-based-on-python-3.10-docker-image
RUN git fetch origin && git checkout main

RUN echo build --config linux > .bazelrc.user && \
echo "build --action_env=CARGO=$HOME/.cargo/bin/cargo" >> .bazelrc.user && \
Expand Down

0 comments on commit 6b7ac26

Please sign in to comment.