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 2fe7f9c commit 4105cbbCopy full SHA for 4105cbb
docker/Dockerfile
@@ -26,7 +26,7 @@ RUN /bin/bash -l -c "pytest-3 --pyargs pyth"
26
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain none
27
28
# Link Solana location for makefile
29
-RUN mkdir solana && cp -a /usr/bin/sdk solana
+RUN mkdir solana && cp -a /usr/bin/sdk solana && sed -i 's/-Werror/-Wall -Wextra -Wconversion -Werror/g' solana/sdk/bpf/c/bpf.mk
30
31
# Build the program
32
RUN PATH=$PATH:$HOME/.cargo/bin && cd pyth-client/program && make V=1
0 commit comments