File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -14,4 +14,4 @@ COPY target_chains/solana target_chains/solana
14
14
WORKDIR /workspace/target_chains/solana
15
15
16
16
CMD ["bash" , "-c" , \
17
- "anchor build -p pyth_solana_receiver -- arch sbf && cp target/sbf-solana-solana/release/pyth_solana_receiver .so /artifacts/pyth_solana_receiver.so " ]
17
+ "anchor build -- arch sbf && cp target/deploy/* .so /artifacts" ]
Original file line number Diff line number Diff line change @@ -17,3 +17,5 @@ echo "The artifacts are available at $REPO_ROOT/target_chains/solana/artifacts"
17
17
18
18
CHECKSUM=$( sha256sum $REPO_ROOT /target_chains/solana/artifacts/pyth_solana_receiver.so | awk ' {print $1}' )
19
19
echo " sha256sum of the pyth_solana_receiver program: $CHECKSUM "
20
+ CHECKSUM=$( sha256sum $REPO_ROOT /target_chains/solana/artifacts/pyth_push_oracle.so | awk ' {print $1}' )
21
+ echo " sha256sum of the pyth_push_oracle program: $CHECKSUM "
You can’t perform that action at this time.
0 commit comments