We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0054f73 commit 2977b46Copy full SHA for 2977b46
docker/Dockerfile
@@ -29,7 +29,7 @@ RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --de
29
RUN mkdir solana && cp -a /usr/bin/sdk solana
30
31
# Build the program
32
-RUN PATH=$PATH:$HOME/.cargo/bin && cd pyth-client/program && make
+RUN PATH=$PATH:$HOME/.cargo/bin && cd pyth-client/program && make V=1
33
34
# Print hash of the program
35
RUN sha256sum -b pyth-client/target/oracle.so
0 commit comments