We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bdac0d commit b09ee14Copy full SHA for b09ee14
README.md
@@ -11,6 +11,7 @@ It consists of both C and Rust code, but everything can be built and tested usin
11
12
First, make sure you have the [solana tool suite](https://docs.solana.com/cli/install-solana-cli-tools#use-solanas-install-tool)
13
installed on your machine. (The build depends on some C makefiles that are in the tool suite.)
14
+Make sure you have installed the same solana version that is being used in [CI](.github/workflows/docker.yaml)
15
16
Then, simply run `cargo build` to compile the oracle program as a native binary, or `cargo build-bpf` to build a BPF binary
17
that can be uploaded to the blockchain. This step will produce a program binary `target/deploy/pyth_oracle.so`.
0 commit comments