From 1f738216851718bda1ebf9f9bf8936a715ae2cdf Mon Sep 17 00:00:00 2001 From: leoporoli Date: Mon, 5 Feb 2024 16:05:28 -0300 Subject: [PATCH] fix: adding the `core script build call`, which was removed by accident, in the main build script (#2118) ## Description: adding the `core script build call`, which was removed by accident, in the main build script ## Is this change user facing? NO ## References (if applicable): --- scripts/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/build.sh b/scripts/build.sh index f79dd383ca..d2c3cfc4eb 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -33,6 +33,7 @@ BUILD_SCRIPT_RELATIVE_FILEPATHS=( "metrics-library/scripts/build.sh" "enclave-manager/scripts/build.sh" "engine/scripts/build.sh" + "core/scripts/build.sh" ) # projects with debug mode enabled