Skip to content

Commit

Permalink
Update the docker build scripts to include ledger python scripts
Browse files Browse the repository at this point in the history
Signed-off-by: Mic Bowman <[email protected]>
  • Loading branch information
cmickeyb authored and prakashngit committed Feb 20, 2024
1 parent bf79df1 commit 0085dab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/tools/build_client.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ export PDO_HOSTNAME=localhost
export PDO_LEDGER_URL=https://127.0.0.1:6600

try make -C ${PDO_SOURCE_ROOT}/build environment
try make -C ${PDO_SOURCE_ROOT}/build template
try make -C ${PDO_SOURCE_ROOT}/build build-client
try make -C ${PDO_SOURCE_ROOT}/ledgers/ccf install-python
2 changes: 1 addition & 1 deletion docker/tools/build_services.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ check_pdo_build_env
yell Build and install services into ${PDO_INSTALL_ROOT}
# -----------------------------------------------------------------
try make -C ${PDO_SOURCE_ROOT}/build environment
try make -C ${PDO_SOURCE_ROOT}/build template
try make -C ${PDO_SOURCE_ROOT}/build system-keys
try make -C ${PDO_SOURCE_ROOT}/build verified-build
try make -C ${PDO_SOURCE_ROOT}/ledgers/ccf install-python

0 comments on commit 0085dab

Please sign in to comment.