Skip to content

Commit

Permalink
fixup! Build dependency bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Steiner committed Apr 17, 2024
1 parent 8179b68 commit 0879dd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ test : clean_config clean_repository build_test stop_all
PDO_VERSION=$(PDO_VERSION) docker-compose $(TEST_FILES) up --abort-on-container-exit
PDO_VERSION=$(PDO_VERSION) docker-compose $(TEST_FILES) down

sgx_build_test : repository sgx_build_services build_ccf build_client
sgx_build_test : repository build_services_sgx build_ccf build_client

sgx_keys :
# Prepare sgx keys.
Expand Down

0 comments on commit 0879dd1

Please sign in to comment.