Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
iKapitonau committed Dec 16, 2024
1 parent a53a66e commit f138a5c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions deployment/ci/node_init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ rm -rf ~/.secretd
NO_TESTS="${NO_TESTS:-}"

mkdir -p /root/.secretd/.node
secretd config set client chain-id secretdev-1
secretd config set client keyring-backend test
secretd config set client node tcp://bootstrap:26657
secretd config set client chain-id secretdev-1

secretd init "$(hostname)" --chain-id secretdev-1 || true

Expand All @@ -42,15 +42,15 @@ usermod -a -G sgx_prv $(whoami)
cat /etc/sgx_default_qcnl.conf
cat /etc/group

curl -fsSL https://download.01.org/intel-sgx/sgx_repo/ubuntu/intel-sgx-deb.key | apt-key add -
add-apt-repository "deb https://download.01.org/intel-sgx/sgx_repo/ubuntu jammy main"
apt-get update
# curl -fsSL https://download.01.org/intel-sgx/sgx_repo/ubuntu/intel-sgx-deb.key | apt-key add -
# add-apt-repository "deb https://download.01.org/intel-sgx/sgx_repo/ubuntu jammy main"
# apt-get update


apt list --all-versions libsgx-dcap-ql
apt list --all-versions libsgx-dcap-quote-verify
apt install libsgx-dcap-ql=1.22.100.3-jammy1 libsgx-dcap-quote-verify=1.22.100.317-jammy1
apt list --installed
# apt list --all-versions libsgx-dcap-ql
# apt list --all-versions libsgx-dcap-quote-verify
# apt install libsgx-dcap-ql=1.22.100.3-jammy1 libsgx-dcap-quote-verify=1.22.100.317-jammy1
# apt list --installed

secretd init-enclave --no-epid

Expand Down

0 comments on commit f138a5c

Please sign in to comment.