From 66b42fd7a4a3edf8541d9fb5b0b9e5fb7e220d49 Mon Sep 17 00:00:00 2001 From: AdityaKasar Date: Fri, 11 Oct 2024 16:30:43 +0530 Subject: [PATCH] fixup! feat(core): CI pipeline to build and test CPP SDK --- .github/workflows/cxx-build.yml | 3 --- .github/workflows/utils.sh | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/cxx-build.yml b/.github/workflows/cxx-build.yml index 5bba81592..4cdf41e32 100644 --- a/.github/workflows/cxx-build.yml +++ b/.github/workflows/cxx-build.yml @@ -113,9 +113,6 @@ jobs: with: name: core-sdk path: /__w/core-sdk/ - - - name: Show core sdk - run: ls -la /__w/core-sdk/ - name: Download Thunder uses: actions/download-artifact@v3 diff --git a/.github/workflows/utils.sh b/.github/workflows/utils.sh index 55881079e..1e36d2e68 100755 --- a/.github/workflows/utils.sh +++ b/.github/workflows/utils.sh @@ -290,6 +290,7 @@ function buildCoreCPPSDK() { ./build.sh -s "/__w/thunder/install/" || exit 9999 cd test/ + chmod +x ./build.sh ./build.sh -f "/__w/core-sdk/data/firebolt-core-native-sdk-${FIREBOLT_VERSION}/build/Firebolt" -s "/__w/thunder/install/" ls build/ }