Skip to content

Commit

Permalink
add build vars to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Shramp authored and hummingalpaca committed Apr 4, 2023
1 parent d41d07e commit d952d89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ spec:
sleep 3
echo 'waiting for auditor db'
done
SGX_MODE=HW IAS_MODE=PROD CONSENSUS_ENCLAVE_CSS=$(pwd)/../mobilecoin/consensus-enclave.css \
/usr/local/bin/mc-reserve-auditor \
start-http-server \
--host 0.0.0.0 \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ data:
[program:scanner]
priority=100
SGX_MODE=HW IAS_MODE=PROD CONSENSUS_ENCLAVE_CSS=$(pwd)/../mobilecoin/consensus-enclave.css \
command=/usr/local/bin/mc-reserve-auditor scan-ledger
--ledger-db /data/ledger/ledger.db
--watcher-db /data/watcher/watcher-db
Expand Down

0 comments on commit d952d89

Please sign in to comment.