Skip to content

Commit 2977b46

Browse files
committed
verbose make for program
1 parent 0054f73 commit 2977b46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --de
2929
RUN mkdir solana && cp -a /usr/bin/sdk solana
3030

3131
# Build the program
32-
RUN PATH=$PATH:$HOME/.cargo/bin && cd pyth-client/program && make
32+
RUN PATH=$PATH:$HOME/.cargo/bin && cd pyth-client/program && make V=1
3333

3434
# Print hash of the program
3535
RUN sha256sum -b pyth-client/target/oracle.so

0 commit comments

Comments
 (0)