From 923d3e6deed78b4f4a9579436e48c31cd0d01e1b Mon Sep 17 00:00:00 2001 From: ffrancis123 Date: Mon, 7 Sep 2026 15:56:20 +0530 Subject: [PATCH 1/2] Test PR for internal testing Test PR for internal testing Signed-off-by: ffrancis123 --- ci/pkl_build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/pkl_build.sh b/ci/pkl_build.sh index b842d41..b1e7e83 100644 --- a/ci/pkl_build.sh +++ b/ci/pkl_build.sh @@ -14,6 +14,7 @@ if [ -z "${BUILD_ARGS}" ]; then BUILD_ARGS="$(sed -E 's/#.*$//' "$BUILD_OPTIONS_FILE" | sed '/^[[:space:]]*$/d' | tr '\n' ' ')" fi + echo "Running build script..." # Build/Compile audioreach-conf From ef71ec1c8d38de4c24e0333a64558a92d7e78c36 Mon Sep 17 00:00:00 2001 From: ffrancis123 Date: Mon, 7 Sep 2026 17:53:46 +0530 Subject: [PATCH 2/2] Update pkl_build.sh Signed-off-by: ffrancis123 --- ci/pkl_build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/pkl_build.sh b/ci/pkl_build.sh index b1e7e83..d2bed6e 100644 --- a/ci/pkl_build.sh +++ b/ci/pkl_build.sh @@ -14,6 +14,7 @@ if [ -z "${BUILD_ARGS}" ]; then BUILD_ARGS="$(sed -E 's/#.*$//' "$BUILD_OPTIONS_FILE" | sed '/^[[:space:]]*$/d' | tr '\n' ' ')" fi +# sample test echo "Running build script..."