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 9ecfee5 commit a07d378
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 6 additions & 0 deletions deployment/ci/bootstrap_init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ echo $b_mnemonic | secretd keys add b --recover
echo $c_mnemonic | secretd keys add c --recover
echo $d_mnemonic | secretd keys add d --recover

curl -fsSL https://download.01.org/intel-sgx/sgx_repo/ubuntu/intel-sgx-deb.key | apt-key add
echo "deb https://download.01.org/intel-sgx/sgx_repo/ubuntu jammy main" | tee /etc/apt/sources.list.d/ubuntu-sgx.list > /dev/null
apt update
apt install libsgx-dcap-ql=1.22.100.3-jammy1 libsgx-dcap-quote-verify=1.22.100.3-jammy1 -y
apt list --installed

secretd genesis add-genesis-account "$(secretd keys show -a a)" 1000000000000000000uscrt
secretd genesis add-genesis-account "$(secretd keys show -a b)" 1000000000000000000uscrt
secretd genesis add-genesis-account "$(secretd keys show -a c)" 1000000000000000000uscrt
Expand Down
2 changes: 0 additions & 2 deletions deployment/ci/node_init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ cat /etc/group
curl -fsSL https://download.01.org/intel-sgx/sgx_repo/ubuntu/intel-sgx-deb.key | apt-key add
echo "deb https://download.01.org/intel-sgx/sgx_repo/ubuntu jammy main" | tee /etc/apt/sources.list.d/ubuntu-sgx.list > /dev/null
apt 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.3-jammy1 -y
apt list --installed

Expand Down

0 comments on commit a07d378

Please sign in to comment.