Skip to content

Commit 5a67697

Browse files
authored
feat: add pyth_push_oracle to dockerfile (#1470)
* Add pusher to dcokerfile * Update
1 parent 3f6a148 commit 5a67697

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

target_chains/solana/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ COPY target_chains/solana target_chains/solana
1414
WORKDIR /workspace/target_chains/solana
1515

1616
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"]

target_chains/solana/scripts/build_verifiable_program.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,5 @@ echo "The artifacts are available at $REPO_ROOT/target_chains/solana/artifacts"
1717

1818
CHECKSUM=$(sha256sum $REPO_ROOT/target_chains/solana/artifacts/pyth_solana_receiver.so | awk '{print $1}')
1919
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"

0 commit comments

Comments
 (0)