Skip to content

Commit

Permalink
Add debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
iKapitonau committed Dec 13, 2024
1 parent 6dc8d8f commit 28fad96
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions deployment/dockerfiles/tests/system-tests.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,9 @@ RUN chmod +x go-tests-bench.sh
COPY --from=azcr.io/enigmampc/ci-base-image-local /go/src/github.com/scrtlabs/SecretNetwork/go-cosmwasm/target/release/libgo_cosmwasm.so ./go-cosmwasm/api/libgo_cosmwasm.so
COPY --from=azcr.io/enigmampc/ci-base-image-local /go/src/github.com/scrtlabs/SecretNetwork/go-cosmwasm/librust_cosmwasm_enclave.signed.so x/compute/internal/keeper/librust_cosmwasm_enclave.signed.so

RUN apt list --installed
RUN dpkg -L libsgx-dcap-ql
RUN dpkg -L libsgx-dcap-quote-verify
RUN dpkg -L libsgx-epid

ENTRYPOINT ["/bin/bash", "go-tests.sh"]

0 comments on commit 28fad96

Please sign in to comment.