Skip to content

Commit

Permalink
Add debug output 2
Browse files Browse the repository at this point in the history
  • Loading branch information
iKapitonau committed Dec 13, 2024
1 parent 28fad96 commit 38259d3
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions deployment/dockerfiles/tests/system-tests.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,10 @@ 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
RUN find /usr/lib /usr/lib64 /usr/local/lib /usr/local/lib64 -name "libsgx_dcap_ql.so" -o -name "libsgx_dcap_quoteverify.so" -o -name "libsgx_epid.so"

RUN ln -s /usr/lib/x86_64-linux-gnu/libsgx_dcap_quoteverify.so.1 /usr/lib/x86_64-linux-gnu/libsgx_dcap_quoteverify.so
RUN ln -s /usr/lib/x86_64-linux-gnu/libsgx_epid.so.1 /usr/lib/x86_64-linux-gnu/libsgx_epid.so
RUN ln -s /usr/lib/x86_64-linux-gnu/libsgx_dcap_ql.so.1 /usr/lib/x86_64-linux-gnu/libsgx_dcap_ql.so

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

0 comments on commit 38259d3

Please sign in to comment.